aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-06-24 08:12:00 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-06-24 08:12:00 -0400
commit81b61d55a3174189d3c810f645f81f0ef48f7db0 (patch)
treef2c10ce454e16c45ea807765d7fad57412632cdd
parentmerges (diff)
downloadfirejail-81b61d55a3174189d3c810f645f81f0ef48f7db0.tar.gz
firejail-81b61d55a3174189d3c810f645f81f0ef48f7db0.tar.zst
firejail-81b61d55a3174189d3c810f645f81f0ef48f7db0.zip
fix sh in private-bin in several profiles
-rw-r--r--etc/filezilla.profile2
-rw-r--r--etc/spotify.profile2
-rw-r--r--etc/start-tor-browser.profile2
-rw-r--r--etc/tar.profile2
4 files changed, 4 insertions, 4 deletions
diff --git a/etc/filezilla.profile b/etc/filezilla.profile
index 6f0fa4100..3cc6fd601 100644
--- a/etc/filezilla.profile
+++ b/etc/filezilla.profile
@@ -22,6 +22,6 @@ protocol unix,inet,inet6
22seccomp 22seccomp
23shell none 23shell none
24 24
25private-bin filezilla,uname,sh,python,lsb_release,fzputtygen,fzsftp 25private-bin filezilla,uname,sh,bash,dash,python,lsb_release,fzputtygen,fzsftp
26private-dev 26private-dev
27private-tmp 27private-tmp
diff --git a/etc/spotify.profile b/etc/spotify.profile
index 206a4b364..e7890d23f 100644
--- a/etc/spotify.profile
+++ b/etc/spotify.profile
@@ -34,7 +34,7 @@ shell none
34noexec ${HOME} 34noexec ${HOME}
35noexec /tmp 35noexec /tmp
36 36
37private-bin spotify,bash,sh 37private-bin spotify,bash,sh,dash
38private-etc fonts,machine-id,pulse,resolv.conf 38private-etc fonts,machine-id,pulse,resolv.conf
39private-dev 39private-dev
40private-tmp 40private-tmp
diff --git a/etc/start-tor-browser.profile b/etc/start-tor-browser.profile
index 465d8dfd5..f15e5d8ac 100644
--- a/etc/start-tor-browser.profile
+++ b/etc/start-tor-browser.profile
@@ -21,7 +21,7 @@ seccomp
21shell none 21shell none
22tracelog 22tracelog
23 23
24private-bin bash,grep,tail,env,gpg,id,readlink,dirname,test,mkdir,ln,sed,cp,rm,getconf 24private-bin bash,dash,sh,grep,tail,env,gpg,id,readlink,dirname,test,mkdir,ln,sed,cp,rm,getconf
25private-etc fonts 25private-etc fonts
26private-dev 26private-dev
27private-tmp 27private-tmp
diff --git a/etc/tar.profile b/etc/tar.profile
index 577e795f8..c2d089e71 100644
--- a/etc/tar.profile
+++ b/etc/tar.profile
@@ -20,6 +20,6 @@ shell none
20tracelog 20tracelog
21 21
22# support compressed archives 22# support compressed archives
23private-bin sh,tar,gtar,compress,gzip,lzma,xz,bzip2,lbzip2,lzip,lzop 23private-bin sh,bash,dash,tar,gtar,compress,gzip,lzma,xz,bzip2,lbzip2,lzip,lzop
24private-dev 24private-dev
25private-etc passwd,group,localtime 25private-etc passwd,group,localtime