From 3a7deadb9a0cce605f1d1a79a05653ec1676a8bf Mon Sep 17 00:00:00 2001 From: Tad Date: Tue, 21 Aug 2018 21:58:03 -0400 Subject: Update steam.profile to support proton/steamplay --- etc/steam.profile | 10 ++++++++-- 1 file 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 noblacklist /etc/java noblacklist /usr/share/java +# Allow python (blacklisted by disable-interpreters.inc) +noblacklist ${PATH}/python2* +noblacklist ${PATH}/python3* +noblacklist /usr/lib/python2* +noblacklist /usr/lib/python3* + include /etc/firejail/disable-common.inc include /etc/firejail/disable-devel.inc include /etc/firejail/disable-interpreters.inc @@ -58,9 +64,9 @@ shell none #tracelog # private-bin is disabled while in testing, but has been tested working with multiple games -#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 +#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 # extra programs are available which might be needed for select games -#private-bin java,java-config,mono,python* +#private-bin java,java-config,mono # picture viewers are needed for viewing screenshots #private-bin eog,eom,gthumb,pix,viewnior,xviewer -- cgit v1.2.3-70-g09d2