This bug was fixed in the package apparmor - 2.12-4ubuntu1 --------------- apparmor (2.12-4ubuntu1) bionic; urgency=medium
[ Tyler Hicks ] * Merge from Debian to get gbp-pq related packaging improvements. Thanks to intrigeri for making those improvements! Remaining Ubuntu changes: - debian/gbp.conf: Use ubuntu/master as the debian-branch - Update package maintainer to be Ubuntu Developers in the control file - Call handle_system_policy_package_updates in apparmor.init. This is needed for snappy and system-images. Note that this prevents using a remove /var. - Apply Ubuntu-specific patches + parser-include-usr-share-apparmor.patch + profiles-grant-access-to-systemd-resolved.patch + add-chromium-browser.patch - Install Ubuntu chromium-browser profile and abstraction - Feature pinning is not used in Ubuntu [ intrigeri ] * Adjust the Vcs-{Browser,Git} control fields to reflect the branch where the Ubuntu packaging is maintained. apparmor (2.12-4) unstable; urgency=medium * Migrate patch handling to gbp-pq (Closes: #888244). * Merge 2.12-3ubuntu1 (dropping the Ubuntu delta): - upstream-commit-46f88f5-properly-identify-empty-ouid-fsuid-fields.patch: new patch, properly identify empty ouid/fsuid fields in logs. - upstream-commit-130958a-allow-shell-helper-read-locale.patch: new patch, allow the shell helper regression test program read the locale. -- Tyler Hicks <tyhi...@canonical.com> Mon, 19 Mar 2018 16:24:57 +0000 ** Changed in: apparmor (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor in Ubuntu. https://bugs.launchpad.net/bugs/1658239 Title: base abstraction missing glibc /proc/$pid/ things Status in AppArmor: Fix Released Status in AppArmor 2.10 series: Fix Released Status in AppArmor 2.11 series: Fix Released Status in AppArmor 2.9 series: Fix Released Status in AppArmor master series: Fix Released Status in apparmor package in Ubuntu: Fix Released Bug description: There are yet more glibc-needed files missing from the base abstraction: --- base 2017-01-20 15:37:50.000000000 -0800 +++ /etc/apparmor.d/abstractions/base 2016-12-06 14:13:58.000000000 -0800 @@ -92,7 +92,7 @@ /sys/devices/system/cpu/online r, # glibc's *printf protections read the maps file - @{PROC}/@{pid}/maps r, + @{PROC}/@{pid}/{maps,auxv,status} r, # libgcrypt reads some flags from /proc @{PROC}/sys/crypto/* r, To manage notifications about this bug go to: https://bugs.launchpad.net/apparmor/+bug/1658239/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp