Hello, Am Sonntag, 19. Juli 2015 schrieb Christian Boltz: > this patch maps socket_create events to 'net' events > > See libapparmor test_multi testcase24.* and testcase33.* for example > logs.
I forgot to mention that I propose this patch for trunk and 2.9. > [ 78-logparser-map-socket-create.diff ] > > --- 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' > } Regards, Christian Boltz -- > Ist das sone Art wie cat sigdatei | grep suchstring? Oh nein - nicht schon wieder! Hilfeeee, Doktor! Ich sehe schon wieder so einen unnötigen cat ;-) [> Michael Raab und Jan Trippler in suse-linux] -- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
