mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Add new python versions to logprof.conf
Adding everything up to 3.19 should make the file future-proof for a while ;-) Fixes: https://gitlab.com/apparmor/apparmor/-/issues/193
This commit is contained in:
parent
7711baae4a
commit
b570e6134c
1 changed files with 12 additions and 0 deletions
|
@ -112,6 +112,18 @@
|
|||
/usr/bin/python3.5 = icn
|
||||
/usr/bin/python3.6 = icn
|
||||
/usr/bin/python3.7 = icn
|
||||
/usr/bin/python3.8 = icn
|
||||
/usr/bin/python3.9 = icn
|
||||
/usr/bin/python3.10 = icn
|
||||
/usr/bin/python3.11 = icn
|
||||
/usr/bin/python3.12 = icn
|
||||
/usr/bin/python3.13 = icn
|
||||
/usr/bin/python3.14 = icn
|
||||
/usr/bin/python3.15 = icn
|
||||
/usr/bin/python3.16 = icn
|
||||
/usr/bin/python3.17 = icn
|
||||
/usr/bin/python3.18 = icn
|
||||
/usr/bin/python3.19 = icn
|
||||
/usr/bin/tr = icn
|
||||
|
||||
[required_hats]
|
||||
|
|
Loading…
Add table
Reference in a new issue