mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-15 07:54:17 +01:00
feat(tunable): improve python name definition.
This commit is contained in:
parent
c1d8958aed
commit
688f2651fd
@ -26,7 +26,8 @@
|
|||||||
@{coreutils} += truncate tsort tty uname unexpand uniq unlink updatedb vdir wc who whoami xargs yes
|
@{coreutils} += truncate tsort tty uname unexpand uniq unlink updatedb vdir wc who whoami xargs yes
|
||||||
|
|
||||||
# Python interpreters
|
# Python interpreters
|
||||||
@{python_name} = python{,3,3.[0-9],3.1[0-9]}
|
@{python_version} = 3 3.[0-9] 3.1[0-9]
|
||||||
|
@{python_name} = python python@{python_version}
|
||||||
|
|
||||||
# Open
|
# Open
|
||||||
@{open_names} = exo-open xdg-open gio kde-open gio-launch-desktop
|
@{open_names} = exo-open xdg-open gio kde-open gio-launch-desktop
|
||||||
|
Loading…
Reference in New Issue
Block a user