aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2018-08-21 21:58:03 -0400
committerLibravatar Tad <tad@spotco.us>2018-08-21 21:58:03 -0400
commit3a7deadb9a0cce605f1d1a79a05653ec1676a8bf (patch)
tree67e48c33b91eec83308d56e2fa7dce79da74b354
parentrefactor, check the sandbox status for all join options (diff)
downloadfirejail-3a7deadb9a0cce605f1d1a79a05653ec1676a8bf.tar.gz
firejail-3a7deadb9a0cce605f1d1a79a05653ec1676a8bf.tar.zst
firejail-3a7deadb9a0cce605f1d1a79a05653ec1676a8bf.zip
Update steam.profile to support proton/steamplay
-rw-r--r--etc/steam.profile10
1 files changed, 8 insertions, 2 deletions
diff --git a/etc/steam.profile b/etc/steam.profile
index 8dbe613f8..6b985f4e8 100644
--- a/etc/steam.profile
+++ b/etc/steam.profile
@@ -31,6 +31,12 @@ noblacklist /usr/lib/java
31noblacklist /etc/java 31noblacklist /etc/java
32noblacklist /usr/share/java 32noblacklist /usr/share/java
33 33
34# Allow python (blacklisted by disable-interpreters.inc)
35noblacklist ${PATH}/python2*
36noblacklist ${PATH}/python3*
37noblacklist /usr/lib/python2*
38noblacklist /usr/lib/python3*
39
34include /etc/firejail/disable-common.inc 40include /etc/firejail/disable-common.inc
35include /etc/firejail/disable-devel.inc 41include /etc/firejail/disable-devel.inc
36include /etc/firejail/disable-interpreters.inc 42include /etc/firejail/disable-interpreters.inc
@@ -58,9 +64,9 @@ shell none
58#tracelog 64#tracelog
59 65
60# private-bin is disabled while in testing, but has been tested working with multiple games 66# private-bin is disabled while in testing, but has been tested working with multiple games
61#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 67#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,python*,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
62# extra programs are available which might be needed for select games 68# extra programs are available which might be needed for select games
63#private-bin java,java-config,mono,python* 69#private-bin java,java-config,mono
64# picture viewers are needed for viewing screenshots 70# picture viewers are needed for viewing screenshots
65#private-bin eog,eom,gthumb,pix,viewnior,xviewer 71#private-bin eog,eom,gthumb,pix,viewnior,xviewer
66 72