apparmor profile load in stacked policy container fails
Bug #1746463 reported by
John Johansen
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
snapd |
Triaged
|
Undecided
|
Unassigned | ||
apparmor (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned | ||
Xenial |
Won't Fix
|
Undecided
|
Unassigned | ||
Artful |
Fix Committed
|
Undecided
|
Unassigned | ||
Bionic |
Confirmed
|
Undecided
|
Unassigned | ||
linux (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned | ||
Xenial |
Invalid
|
Undecided
|
Unassigned | ||
Artful |
Fix Released
|
Undecided
|
Unassigned | ||
Bionic |
Confirmed
|
Undecided
|
Unassigned | ||
linux-gcp (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Xenial |
Fix Released
|
Undecided
|
Unassigned | ||
Artful |
Invalid
|
Undecided
|
Unassigned | ||
Bionic |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
LXD containers on an artful or bionic host with aa namespaces, should be able to load the lxc policies. However /lib/apparmor/
aa-status shows 0 policies
/lib/apparmor/
is_container_
due to
/sys/kernel/
if [ "${ns_name#lxd-*}" = "$ns_name" ] && \
[ "${ns_name#lxc-*}" = "$ns_name" ]; then
return 1
fi
to fail
Changed in apparmor (Ubuntu Artful): | |
status: | Confirmed → Fix Committed |
Changed in linux (Ubuntu Artful): | |
status: | Confirmed → Fix Committed |
To post a comment you must log in.
Status changed to 'Confirmed' because the bug affects multiple users.