touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #29893
[Bug 1385947] Re: specifying -O to parser causes the parser to not consider cache files
This bug was fixed in the package apparmor - 2.8.96~2652-0ubuntu5.3
---------------
apparmor (2.8.96~2652-0ubuntu5.3) 14.09; urgency=medium
* debian/lib/apparmor/functions: disable expr tree simplification for
/var/lib/apparmor/profiles (LP: #1383858)
* parser-dont-skip-read-cache-with-optimizations.patch: don't skip read
cache when specifying '-O' (LP: #1385947)
* 10-lp1371771.patch, 11-lp1371765.patch: refresh for the above
-- Jamie Strandboge <jamie@xxxxxxxxxx> Mon, 27 Oct 2014 07:13:42 -0500
** Changed in: apparmor (Ubuntu RTM)
Status: In Progress => 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/1385947
Title:
specifying -O to parser causes the parser to not consider cache files
Status in AppArmor Linux application security framework:
Confirmed
Status in “apparmor” package in Ubuntu:
Fix Released
Status in “apparmor” package in Ubuntu RTM:
Fix Released
Bug description:
If the cache files are up to date and I specify:
/sbin/apparmor_parser --write-cache --replace --cache-loc=/var/cache/apparmor -- profile1 profile2 ...
then the cache files in /var/cache/apparmor are used (good).
However, if the cache files are up to date and I specify:
/sbin/apparmor_parser --write-cache --replace --cache-loc=/var/cache/apparmor -O no-expr-simplify -- profile1 profile2 ...
then the cache files in /var/cache/apparmor are all regenerated (not
good). This needs to be fixed in order to use '-O no-expr-simplify'
to fix bug #1383858.
To manage notifications about this bug go to:
https://bugs.launchpad.net/apparmor/+bug/1385947/+subscriptions
References