mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-19 01:18:16 +01:00
feat(tunable): add the new python_path & python_name variables.
This commit is contained in:
parent
35dcde9d90
commit
4e17001ce2
2 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,9 @@
|
|||
# Coreutils programs that should not have dedicated profile
|
||||
@{coreutils_path} = @{bin}/@{coreutils}
|
||||
|
||||
# Python interpreters
|
||||
@{python_path} = @{bin}/@{python_name}
|
||||
|
||||
# Browsers
|
||||
@{brave_path} = @{brave_lib_dirs}/@{brave_name}
|
||||
@{chrome_path} = @{opera_lib_dirs}/@{chrome_name}
|
||||
|
|
|
@ -25,6 +25,9 @@
|
|||
@{coreutils} += sort split stat stdbuf stty sum sync tac tail tee test timeout touch tr true
|
||||
@{coreutils} += truncate tsort tty uname unexpand uniq unlink updatedb vdir wc who whoami xargs yes
|
||||
|
||||
# Python interpreters
|
||||
@{python_name} = python{,3,3.[0-9],3.1[0-9]}
|
||||
|
||||
# Browsers
|
||||
|
||||
@{brave_name} = brave{,-beta,-dev,-bin}
|
||||
|
|
Loading…
Reference in a new issue