mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +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
|
||||
|
||||
# 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_names} = exo-open xdg-open gio kde-open gio-launch-desktop
|
||||
@ -60,9 +61,9 @@
|
||||
@{torbrowser_name} = torbrowser "tor browser"
|
||||
@{torbrowser_lib_dirs} = @{HOME}/.tb/tor-browser/Browser/
|
||||
|
||||
# Emails
|
||||
# Emails
|
||||
|
||||
@{thunderbird_name} = thunderbird{,-bin}
|
||||
@{thunderbird_name} = thunderbird{,-bin}
|
||||
@{thunderbird_lib_dirs} = @{lib}/@{thunderbird_name}
|
||||
|
||||
@{emails_names} = evolution geary
|
||||
|
Loading…
Reference in New Issue
Block a user