mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 17:08:09 +01:00
feat(tunable): improve python name definition.
This commit is contained in:
parent
c1d8958aed
commit
688f2651fd
1 changed files with 4 additions and 3 deletions
|
@ -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 a new issue