contrib: import system containers

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2017-12-01 15:37:38 +01:00
parent 0ab5e80c38
commit 06904d4dbb
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9
25 changed files with 1719 additions and 0 deletions

View file

@ -0,0 +1,8 @@
#!/bin/sh
# Ensure that new process maintain this SELinux label
PID=$$
LABEL=`tr -d '\000' < /proc/$PID/attr/current`
printf %s $LABEL > /proc/self/attr/exec
exec /usr/bin/crio --log-level=$LOG_LEVEL