Searched refs:profile (Results 1 - 4 of 4) sorted by relevance

/lxc/config/init/systemd/
H A Dlxc-apparmor-load9 if [ -x /lib/apparmor/profile-load ]; then
10 /lib/apparmor/profile-load usr.bin.lxc-start
11 /lib/apparmor/profile-load lxc-containers
12 elif [ -x /lib/init/apparmor-profile-load ]; then
13 /lib/init/apparmor-profile-load usr.bin.lxc-start
14 /lib/init/apparmor-profile-load lxc-containers
/lxc/src/tests/
H A Dlxc-test-apparmor-mount165 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" !
[all...]
/lxc/templates/
H A Dlxc-altlinux.in180 PKG_LIST="$(grep -hs '^[^#]' "$profile_dir/$profile")"
181 # if no configuration file $profile -- fall back to default list of packages
364 [-P|--profile=<name of the profile>] [--rootfs=<path>]
378 -P,--profile Profile name is the file name in /etc/lxc/profiles contained packages name for install to cache.
386 options=$(getopt -o hp:n:P:cR:4:6:g:d: -l help,rootfs:,path:,name:,profile:,clean,release:,ipv4:,ipv6:,gw:,dns: -- "$@")
400 -P|--profile) profile=$2; shift 2;;
427 if [ -z "$profile" ]; then
428 profile
[all...]
H A Dlxc-openmandriva.in324 [-P|--profile=<name of the profile>] [--rootfs=<path>]
338 -P,--profile Profile name is the file name in /etc/lxc/profiles contained packages name for install to cache.
346 options=$(getopt -o hp:n:P:cR:4:6:g:d:A -l help,rootfs:,path:,name:,profile:,clean:,release:,ipv4:,ipv6:,gw:,dns:,arch: -- "$@")
373 -P|--profile) profile=$2; shift 2;;
407 if [ -z "$profile" ]; then
408 profile=$default_profile
437 cache=$cache_base/$release/$arch/$profile

Completed in 53 milliseconds