aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/steam.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-m-z/steam.profile')
-rw-r--r--etc/profile-m-z/steam.profile31
1 files changed, 18 insertions, 13 deletions
diff --git a/etc/profile-m-z/steam.profile b/etc/profile-m-z/steam.profile
index 369255324..b0be8a517 100644
--- a/etc/profile-m-z/steam.profile
+++ b/etc/profile-m-z/steam.profile
@@ -8,6 +8,7 @@ include globals.local
8 8
9noblacklist ${HOME}/.config/Epic 9noblacklist ${HOME}/.config/Epic
10noblacklist ${HOME}/.config/Loop_Hero 10noblacklist ${HOME}/.config/Loop_Hero
11noblacklist ${HOME}/.config/MangoHud
11noblacklist ${HOME}/.config/ModTheSpire 12noblacklist ${HOME}/.config/ModTheSpire
12noblacklist ${HOME}/.config/RogueLegacy 13noblacklist ${HOME}/.config/RogueLegacy
13noblacklist ${HOME}/.config/RogueLegacyStorageContainer 14noblacklist ${HOME}/.config/RogueLegacyStorageContainer
@@ -51,11 +52,11 @@ include allow-python3.inc
51include disable-common.inc 52include disable-common.inc
52include disable-devel.inc 53include disable-devel.inc
53include disable-interpreters.inc 54include disable-interpreters.inc
54include disable-passwdmgr.inc
55include disable-programs.inc 55include disable-programs.inc
56 56
57mkdir ${HOME}/.config/Epic 57mkdir ${HOME}/.config/Epic
58mkdir ${HOME}/.config/Loop_Hero 58mkdir ${HOME}/.config/Loop_Hero
59mkdir ${HOME}/.config/MangoHud
59mkdir ${HOME}/.config/ModTheSpire 60mkdir ${HOME}/.config/ModTheSpire
60mkdir ${HOME}/.config/RogueLegacy 61mkdir ${HOME}/.config/RogueLegacy
61mkdir ${HOME}/.config/unity3d 62mkdir ${HOME}/.config/unity3d
@@ -86,6 +87,7 @@ mkfile ${HOME}/.steampath
86mkfile ${HOME}/.steampid 87mkfile ${HOME}/.steampid
87whitelist ${HOME}/.config/Epic 88whitelist ${HOME}/.config/Epic
88whitelist ${HOME}/.config/Loop_Hero 89whitelist ${HOME}/.config/Loop_Hero
90whitelist ${HOME}/.config/MangoHud
89whitelist ${HOME}/.config/ModTheSpire 91whitelist ${HOME}/.config/ModTheSpire
90whitelist ${HOME}/.config/RogueLegacy 92whitelist ${HOME}/.config/RogueLegacy
91whitelist ${HOME}/.config/RogueLegacyStorageContainer 93whitelist ${HOME}/.config/RogueLegacyStorageContainer
@@ -119,7 +121,7 @@ whitelist ${HOME}/.steampid
119include whitelist-common.inc 121include whitelist-common.inc
120include whitelist-var-common.inc 122include whitelist-var-common.inc
121 123
122# Note: The following were intentionally left out as they are alternative 124# NOTE: The following were intentionally left out as they are alternative
123# (i.e.: unnecessary and/or legacy) paths whose existence may potentially 125# (i.e.: unnecessary and/or legacy) paths whose existence may potentially
124# clobber other paths (see #4225). If you use any, either add the entry to 126# clobber other paths (see #4225). If you use any, either add the entry to
125# steam.local or move the contents to a path listed above (or open an issue if 127# steam.local or move the contents to a path listed above (or open an issue if
@@ -131,34 +133,37 @@ caps.drop all
131#ipc-namespace 133#ipc-namespace
132netfilter 134netfilter
133nodvd 135nodvd
134# nVidia users may need to comment / ignore nogroups and noroot
135nogroups 136nogroups
136nonewprivs 137nonewprivs
137noroot 138noroot
138notv 139notv
139nou2f 140nou2f
140# novideo should be commented for VR 141# For VR support add 'ignore novideo' to your steam.local.
141novideo 142novideo
142protocol unix,inet,inet6,netlink 143protocol unix,inet,inet6,netlink
143# seccomp sometimes causes issues (see #2951, #3267), 144# seccomp sometimes causes issues (see #2951, #3267).
144# comment it or add 'ignore seccomp' to steam.local if so. 145# Add 'ignore seccomp' to your steam.local if you experience this.
145seccomp !ptrace 146seccomp !ptrace
146shell none 147shell none
147# tracelog breaks integrated browser 148# tracelog breaks integrated browser
148#tracelog 149#tracelog
149 150
150# private-bin is disabled while in testing, but has been tested working with multiple games 151# private-bin is disabled while in testing, but is known to work with multiple games.
151#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,lsof,lspci,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,tclsh,test,touch,tr,umask,uname,update-desktop-database,wc,wget,which,whoami,xterm,xz,zenity 152# Add the next line to your steam.local to enable private-bin.
152# extra programs are available which might be needed for select games 153#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,lsof,lspci,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,tclsh,test,touch,tr,umask,uname,update-desktop-database,wc,wget,wget2,which,whoami,xterm,xz,zenity
154# Extra programs are available which might be needed for select games.
155# Add the next line to your steam.local to enable support for these programs.
153#private-bin java,java-config,mono 156#private-bin java,java-config,mono
154# picture viewers are needed for viewing screenshots 157# To view screenshots add the next line to your steam.local.
155#private-bin eog,eom,gthumb,pix,viewnior,xviewer 158#private-bin eog,eom,gthumb,pix,viewnior,xviewer
156 159
157private-dev 160private-dev
158# private-etc breaks a small selection of games on some systems, comment to support those 161# private-etc breaks a small selection of games on some systems. Add 'ignore private-etc'
159private-etc alsa,alternatives,asound.conf,bumblebee,ca-certificates,crypto-policies,dbus-1,drirc,fonts,group,gtk-2.0,gtk-3.0,host.conf,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,localtime,lsb-release,machine-id,mime.types,nvidia,os-release,passwd,pki,pulse,resolv.conf,services,ssl 162# to your steam.local to support those.
163private-etc alsa,alternatives,asound.conf,bumblebee,ca-certificates,crypto-policies,dbus-1,drirc,fonts,group,gtk-2.0,gtk-3.0,host.conf,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,localtime,lsb-release,machine-id,mime.types,nvidia,os-release,passwd,pki,pulse,resolv.conf,services,ssl,vulkan
160private-tmp 164private-tmp
161 165
162# breaks appindicator support
163# dbus-user none 166# dbus-user none
164# dbus-system none 167# dbus-system none
168
169read-only ${HOME}/.config/MangoHud