mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
feat(tunable): add the new python_path & python_name variables.
This commit is contained in:
parent
35dcde9d90
commit
4e17001ce2
@ -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 New Issue
Block a user