On Wed, Aug 06, 2014 at 09:57:54PM +0200, Christian Boltz wrote: > I just heard about the mediate_deleted and delegate_deleted flags, and a > short test with apparmor_parser (2.8.3) showed that they are still > supported. > > This patch adds them to apparmor.vim.
Acked-by: Steve Beattie <[email protected]> > Are there any other flags I should know of? ;-) looking at trunk/parser/parser.h, lines 175-182, there does not appear to be any additional flags. Thanks. > === modified file 'utils/vim/create-apparmor.vim.py' > --- utils/vim/create-apparmor.vim.py 2014-01-29 22:16:36 +0000 > +++ utils/vim/create-apparmor.vim.py 2014-08-06 19:47:14 +0000 > @@ -83,7 +83,9 @@ > 'chroot_attach', > 'chroot_no_attach', > 'chroot_relative', > - 'namespace_relative'] > + 'namespace_relative', > + 'mediate_deleted', > + 'delegate_deleted'] > > filename = r'(\/|\@\{\S*\})\S*' > -- 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
