On Sun, Jul 19, 2015 at 01:16:11PM +0200, Christian Boltz wrote: > this patch maps socket_create events to 'net' events > > See libapparmor test_multi testcase24.* and testcase33.* for example logs. > > > [ 78-logparser-map-socket-create.diff ]
Acked-by: Steve Beattie <[email protected]> for both trunk and 2.9. > --- utils/apparmor/logparser.py 2015-07-19 13:08:29.276534311 +0200 > +++ ./utils/apparmor/logparser.py 2015-07-17 22:45:14.380287480 +0200 > @@ -42,6 +42,7 @@ > 'getpeername': 'net', > 'getsockopt': 'net', > 'setsockopt': 'net', > + 'socket_create': 'net', > 'sock_shutdown': 'net' > } > > > > -- 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
