Blame run.sh

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