summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2018-03-30 00:14:13 -0400
committerLibravatar Tad <tad@spotco.us>2018-03-30 00:14:13 -0400
commitd89b915f44e5c0de2966e919560b88b742852134 (patch)
treeee6d43cf40345058e428500e7c5b67ccdbe14fad /etc
parentAdd a disabled and extensive private-bin for Steam (diff)
downloadfirejail-d89b915f44e5c0de2966e919560b88b742852134.tar.gz
firejail-d89b915f44e5c0de2966e919560b88b742852134.tar.zst
firejail-d89b915f44e5c0de2966e919560b88b742852134.zip
Further improve private-bin in steam
Diffstat (limited to 'etc')
-rw-r--r--etc/steam.profile10
1 files changed, 7 insertions, 3 deletions
diff --git a/etc/steam.profile b/etc/steam.profile
index c64aa1b1f..bcdea9bc7 100644
--- a/etc/steam.profile
+++ b/etc/steam.profile
@@ -34,6 +34,7 @@ include /etc/firejail/whitelist-var-common.inc
34caps.drop all 34caps.drop all
35#ipc-namespace 35#ipc-namespace
36netfilter 36netfilter
37# nodbus disabled as it breaks appindicator support
37#nodbus 38#nodbus
38nodvd 39nodvd
39nogroups 40nogroups
@@ -49,9 +50,12 @@ shell none
49#tracelog 50#tracelog
50 51
51# private-bin is disabled while in testing, but has been tested working with multiple games 52# private-bin is disabled while in testing, but has been tested working with multiple games
52#private-bin awk,basename,bash,bsdtar,bzip2,cat,chmod,cksum,cmp,comm,compress,convert,cp,curl,cut,date,dbus-launch,dbus-send,dbus-test-tool,desktop-file-edit,desktop-file-install,desktop-file-validate,dirname,echo,env,eog,eom,expr,file,find,getopt,grep,gtar,gthumb,gzip,head,hostname,id,java,java-config,lbzip2,ldconfig,ldd,ln,ls,lsb_release,lspci,lsof,lz4,lzip,lzma,lzop,md5sum,mkdir,mktemp,mv,netstat,pix,ps,pulseaudio,readlink,realpath,rm,sed,sh,sha1sum,sha256sum,sha512sum,sleep,sort,steam,steamdeps,steam-native,steam-runtime,sum,tail,tar,test,touch,tr,umask,uname,update-desktop-database,viewnior,wget,which,whoami,xterm,xviewer,xz,zenity 53#private-bin awk,basename,bash,bsdtar,bzip2,cat,chmod,cksum,cmp,comm,compress,cp,curl,cut,date,dbus-launch,dbus-send,desktop-file-edit,desktop-file-install,desktop-file-validate,dirname,echo,env,expr,file,find,getopt,grep,gtar,gzip,head,hostname,id,lbzip2,ldconfig,ldd,ln,ls,lsb_release,lspci,lsof,lz4,lzip,lzma,lzop,md5sum,mkdir,mktemp,mv,netstat,ps,pulseaudio,readlink,realpath,rm,sed,sh,sha1sum,sha256sum,sha512sum,sleep,sort,steam,steamdeps,steam-native,steam-runtime,sum,tail,tar,test,touch,tr,umask,uname,update-desktop-database,wc,wget,which,whoami,xterm,xz,zenity
53# extra interpreters are available which might be needed for select games 54# extra programs are available which might be needed for select games
54#private-bin mono,python* 55#private-bin java,java-config,mono,python*
56# picture viewers are are needed for viewing screenshots
57#private-bin eog,eom,gthumb,pix,viewnior,xviewer
58
55# private-dev should be commented for controllers 59# private-dev should be commented for controllers
56private-dev 60private-dev
57# private-etc breaks a small selection of games on some systems, comment to support those 61# private-etc breaks a small selection of games on some systems, comment to support those