On Sun, Sep 11, 2016 at 02:31:12PM +0200, Christian Boltz wrote: > Hello, > > $subject. > > This is probably > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/plain/Documentation/networking/kcm.txt > > Thanks to OBS for bringing this up when building apparmor.vim ;-) > > > I propose this patch for trunk and 2.10.
Acked for both: (Also I blame you for taking twenty minutes of my day with the interesting link. :) Acked-by: Seth Arnold <[email protected]> Thanks > > > > [ utils-network-kcm.diff ] > > === modified file ./utils/apparmor/rule/network.py > --- utils/apparmor/rule/network.py 2016-08-14 22:03:16.873725215 +0200 > +++ utils/apparmor/rule/network.py 2016-09-11 14:19:50.691948565 +0200 > @@ -27,7 +27,7 @@ > network_domain_keywords = [ 'unspec', 'unix', 'inet', 'ax25', 'ipx', > 'appletalk', 'netrom', 'bridge', 'atmpvc', 'x25', 'inet6', > 'rose', 'netbeui', 'security', 'key', > 'netlink', 'packet', 'ash', 'econet', 'atmsvc', 'rds', 'sna', > 'irda', 'pppox', 'wanpipe', 'llc', 'can', > 'tipc', 'bluetooth', 'iucv', 'rxrpc', 'isdn', 'phonet', > - 'ieee802154', 'caif', 'alg', 'nfc', 'vsock', > 'mpls', 'ib' ] > + 'ieee802154', 'caif', 'alg', 'nfc', 'vsock', > 'mpls', 'ib', 'kcm' ] > > network_type_keywords = ['stream', 'dgram', 'seqpacket', 'rdm', 'raw', > 'packet'] > network_protocol_keywords = ['tcp', 'udp', 'icmp'] > >
signature.asc
Description: PGP signature
-- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
