On 12/18/2014 04:20 PM, Christian Boltz wrote: > Hello, > > this patch fixes the description of network rules in the apparmor.d manpage > (based on an IRC discussion with John - I hope I got it right) > yep that will work
Acked-by: John Johansen <[email protected]> > > === modified file 'parser/apparmor.d.pod' > --- parser/apparmor.d.pod 2014-12-12 14:20:31 +0000 > +++ parser/apparmor.d.pod 2014-12-19 00:14:47 +0000 > @@ -61,7 +61,7 @@ > B<CAPABILITY> = (lowercase capability name without 'CAP_' prefix; see > capabilities(7)) > > -B<NETWORK RULE> = 'network' [ [ I<DOMAIN> ] [ I<TYPE> ] [ I<PROTOCOL> ] ] ',' > +B<NETWORK RULE> = 'network' [ [ I<DOMAIN> [ I<TYPE> | I<PROTOCOL> ] ] | [ > I<PROTOCOL> ] ] ',' > > B<DOMAIN> = ( 'inet' | 'ax25' | 'ipx' | 'appletalk' | 'netrom' | 'bridge' | > 'atmpvc' | 'x25' | 'inet6' | 'rose' | 'netbeui' | 'security' | 'key' | > 'packet' | 'ash' | 'econet' | 'atmsvc' | 'sna' | 'irda' | 'pppox' | 'wanpipe' > | 'bluetooth' | 'netlink' ) ',' > > > > Regards, > > Christian Boltz > -- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
