Comment 1 for bug 993706

Revision history for this message
Serge Hallyn (serge-hallyn) wrote : Re: apparmor preventing lxc-execute from running

thanks for reporting this bug. It is a duplicate of bug 981955. The workaround documented there is to do:

cat > test.conf << EOF
lxc.aa_profile = unconfined
lxc.rootfs = /
EOF

lxc-execute -n test -f test.conf -- /bin/echo hi