aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2018-08-08 16:28:55 -0400
committerLibravatar Tad <tad@spotco.us>2018-08-08 16:28:55 -0400
commit7b12682f6d8e7ac64ceb39b4ee5fb27f44b78e64 (patch)
tree8d7043fbd0c3d37d3f373e6e0d70a52331417e10 /etc
parentMerge pull request #2076 from Freso/additional-vim-profiles (diff)
downloadfirejail-7b12682f6d8e7ac64ceb39b4ee5fb27f44b78e64.tar.gz
firejail-7b12682f6d8e7ac64ceb39b4ee5fb27f44b78e64.tar.zst
firejail-7b12682f6d8e7ac64ceb39b4ee5fb27f44b78e64.zip
Merges
+ a fix for Totem + and a bit missed from 3c2a7e4c91aa030218b5ad7fa6291d16f1d51b53
Diffstat (limited to 'etc')
-rw-r--r--etc/totem.profile3
-rw-r--r--etc/xonotic.profile3
2 files changed, 3 insertions, 3 deletions
diff --git a/etc/totem.profile b/etc/totem.profile
index 911999665..66fac60a4 100644
--- a/etc/totem.profile
+++ b/etc/totem.profile
@@ -31,7 +31,8 @@ seccomp
31shell none 31shell none
32 32
33private-bin totem 33private-bin totem
34private-cache 34# totem needs access to ~/.cache/tracker or it exits
35#private-cache
35private-dev 36private-dev
36# private-etc fonts,machine-id,pulse,asound.conf 37# private-etc fonts,machine-id,pulse,asound.conf
37private-tmp 38private-tmp
diff --git a/etc/xonotic.profile b/etc/xonotic.profile
index 30f5c735d..a5cfa7513 100644
--- a/etc/xonotic.profile
+++ b/etc/xonotic.profile
@@ -33,8 +33,7 @@ shell none
33disable-mnt 33disable-mnt
34private-bin bash,blind-id,darkplaces-glx,darkplaces-sdl,dirname,grep,ldd,netstat,ps,readlink,sh,uname,xonotic,xonotic-glx,xonotic-linux32-dedicated,xonotic-linux32-glx,xonotic-linux32-sdl,xonotic-linux64-dedicated,xonotic-linux64-glx,xonotic-linux64-sdl,xonotic-sdl 34private-bin bash,blind-id,darkplaces-glx,darkplaces-sdl,dirname,grep,ldd,netstat,ps,readlink,sh,uname,xonotic,xonotic-glx,xonotic-linux32-dedicated,xonotic-linux32-glx,xonotic-linux32-sdl,xonotic-linux64-dedicated,xonotic-linux64-glx,xonotic-linux64-sdl,xonotic-sdl
35private-dev 35private-dev
36# private-etc breaks audio on some distros 36private-etc asound.conf,ca-certificates,drirc,fonts,group,host.conf,hostname,hosts,ld.so.cache,ld.so.preload,localtime,nsswitch.conf,passwd,pulse,resolv.conf,ssl,pki,crypto-policies,machine-id
37#private-etc asound.conf,ca-certificates,drirc,fonts,group,host.conf,hostname,hosts,ld.so.cache,ld.so.preload,localtime,nsswitch.conf,passwd,pulse,resolv.conf,ssl,pki,crypto-policies,machine-id
38private-tmp 37private-tmp
39 38
40noexec ${HOME} 39noexec ${HOME}