mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Add python to the "no Px rule" list in logprof.conf
To make things more interesting, /usr/bin/python and /usr/bin/python[23] are symlinks to /usr/bin/python[23].[0-9], so we have to explicitely list several versions. Acked-by: John Johansen <john.johansen@canonical.com> Acked-by: Seth Arnold <seth.arnold@canonical.com> for 2.9, 2.10 and trunk
This commit is contained in:
parent
d04a03359c
commit
07b6148fd1
1 changed files with 6 additions and 0 deletions
|
@ -106,6 +106,12 @@
|
|||
/usr/bin/killall = icn
|
||||
/usr/bin/nice = icn
|
||||
/usr/bin/perl = icn
|
||||
/usr/bin/python = icn
|
||||
/usr/bin/python2 = icn
|
||||
/usr/bin/python2.7 = icn
|
||||
/usr/bin/python3 = icn
|
||||
/usr/bin/python3.3 = icn
|
||||
/usr/bin/python3.4 = icn
|
||||
/usr/bin/tr = icn
|
||||
|
||||
[required_hats]
|
||||
|
|
Loading…
Add table
Reference in a new issue