Hello,

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 ]

--- 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
-- 
Zwar sind CSS-Bugs kein Alleinstellungsmerkmal des Internet Explorers,
jedoch beansprucht Microsoft seit vielen Jahren die Marktführerschaft.
[Dirk Jesse auf
http://www.highresolution.info/spotlight/entry/was_sie_ueber_css-frameworks_wissen_sollten/]


-- 
AppArmor mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/apparmor

Reply via email to