Add a snapd task so that when the https://launchpad.net/ubuntu/+source /linux-gcp is Fix Released, snapd can re-enable the tests/main/lxd test on GCE.
** Also affects: linux (Ubuntu) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Artful) Status: New => Fix Committed ** Changed in: apparmor (Ubuntu Artful) Status: Fix Committed => Won't Fix ** Changed in: linux (Ubuntu Bionic) Status: New => Confirmed ** Tags added: aa-kernel -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1746463 Title: apparmor profile load in stacked policy container fails Status in snapd: Triaged Status in apparmor package in Ubuntu: Confirmed Status in linux package in Ubuntu: Confirmed Status in linux-gcp package in Ubuntu: Invalid Status in apparmor source package in Xenial: Won't Fix Status in linux source package in Xenial: Invalid Status in linux-gcp source package in Xenial: Confirmed Status in apparmor source package in Artful: Fix Committed Status in linux source package in Artful: Confirmed Status in linux-gcp source package in Artful: Invalid Status in apparmor source package in Bionic: Confirmed Status in linux source package in Bionic: Confirmed Status in linux-gcp source package in Bionic: Invalid Bug description: LXD containers on an artful or bionic host with aa namespaces, should be able to load the lxc policies. However /lib/apparmor/profile-load skips that part when running in a container. aa-status shows 0 policies /lib/apparmor/profile-load is failing due to is_container_with_internal_policy() failing due to /sys/kernel/security/apparmor/.ns_name being empty which causes if [ "${ns_name#lxd-*}" = "$ns_name" ] && \ [ "${ns_name#lxc-*}" = "$ns_name" ]; then return 1 fi to fail To manage notifications about this bug go to: https://bugs.launchpad.net/snapd/+bug/1746463/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp