On Wed, Aug 20, 2014 at 01:38:40PM +0200, Christian Boltz wrote: > this patch fixes "Invalid mode found: AUDITING" in aa-logprof. Actually > the fix is done in logparser.py which contained "AUDITING" instead of > "AUDIT" at one place. > > References: https://bugs.launchpad.net/apparmor/+bug/1358705
Nice catch, thanks. Acked-by: Steve Beattie <[email protected]> > === modified file 'utils/apparmor/logparser.py' > --- utils/apparmor/logparser.py 2014-08-18 19:01:38 +0000 > +++ utils/apparmor/logparser.py 2014-08-20 11:26:09 +0000 > @@ -151,7 +151,7 @@ > # Convert aamode values to their counter-parts > mode_convertor = {0: 'UNKNOWN', > 1: 'ERROR', > - 2: 'AUDITING', > + 2: 'AUDIT', > 3: 'PERMITTING', > 4: 'REJECTING', > 5: 'HINT', -- Steve Beattie <[email protected]> http://NxNW.org/~steve/
signature.asc
Description: Digital signature
-- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
