aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-06-17 13:42:52 +0000
committerLibravatar GitHub <noreply@github.com>2019-06-17 13:42:52 +0000
commit8cd7b6ae1f90cef2b75eac3cd2c02173882d7727 (patch)
treeb3a3b3d5ca654bca148e9a1258269bb6070d9ff2
parentMerge branch 'master' of https://github.com/netblue30/firejail (diff)
downloadfirejail-8cd7b6ae1f90cef2b75eac3cd2c02173882d7727.tar.gz
firejail-8cd7b6ae1f90cef2b75eac3cd2c02173882d7727.tar.zst
firejail-8cd7b6ae1f90cef2b75eac3cd2c02173882d7727.zip
Minor fixes for udiskie
Nitpicks: - it's common practice to refer to the python executable(s) in private-bin with `python*`, which covers both v2 and v3; - now that @rusty-snake handed us all the needed tools to check/fix sorting multi-value options, put it to use.
-rw-r--r--etc/udiskie.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/udiskie.profile b/etc/udiskie.profile
index 7960b4bc3..8cc443bff 100644
--- a/etc/udiskie.profile
+++ b/etc/udiskie.profile
@@ -35,11 +35,11 @@ seccomp
35shell none 35shell none
36tracelog 36tracelog
37 37
38private-bin awk,cut,dbus-send,egrep,file,grep,head,python,python3,readlink,sed,sh,udiskie,uname,which,xdg-mime,xdg-open,xprop 38private-bin awk,cut,dbus-send,egrep,file,grep,head,python*,readlink,sed,sh,udiskie,uname,which,xdg-mime,xdg-open,xprop
39# add your configured file browser in udiskie.local, e. g. 39# add your configured file browser in udiskie.local, e. g.
40# private-bin nautilus 40# private-bin nautilus
41# private-bin thunar 41# private-bin thunar
42private-cache 42private-cache
43private-dev 43private-dev
44private-etc ld.so.cache,ld.so.preload,ld.so.conf,ld.so.conf.d,locale,locale.alias,locale.conf,localtime,alternatives,mime.types,xdg 44private-etc alternatives,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,locale,locale.alias,locale.conf,localtime,mime.types,xdg
45private-tmp 45private-tmp