Lines Matching refs:profile
165 profile=`cat /proc/$pid/attr/current`
166 if [ "x$profile" != "x${default_profile}" ]; then
167 echo "FAIL: confined container was in profile $profile"
177 profile=`cat /proc/$pid/attr/current`
178 if [ "x$profile" != "xunconfined" ]; then
179 echo "FAIL: unconfined container was in profile $profile"
207 profile=`cat /proc/$pid/attr/current`
208 if [ "x$profile" != "xunconfined" ]; then
209 echo "FAIL: confined container was in profile $profile"
224 profile=`cat /proc/$pid/attr/current`
225 if [ "x$profile" != "x${default_profile}" ]; then
226 echo "FAIL: confined container was in profile $profile"