From 9e3ba319be6b9546d7e8f450ca419ee2f3f4040b Mon Sep 17 00:00:00 2001 From: Tad Date: Mon, 7 Aug 2017 01:22:08 -0400 Subject: Unify all profiles --- etc/steam.profile | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) (limited to 'etc/steam.profile') diff --git a/etc/steam.profile b/etc/steam.profile index 856824b5d..b3b62471d 100644 --- a/etc/steam.profile +++ b/etc/steam.profile @@ -1,41 +1,40 @@ -# Persistent global definitions go here -include /etc/firejail/globals.local - -# This file is overwritten during software install. -# Persistent customizations should go in a .local file. +# Firejail profile for steam +# This file is overwritten after every install/update +# Persistent local customizations include /etc/firejail/steam.local +# Persistent global definitions +include /etc/firejail/globals.local -# with >=llvm-4 mesa drivers need llvm stuff -noblacklist /usr/lib/llvm* - -# Steam profile (applies to games/apps launched from Steam as well) -noblacklist ${HOME}/.java noblacklist ${HOME}/.Steam -noblacklist ${HOME}/.steam noblacklist ${HOME}/.Steampath -noblacklist ${HOME}/.steampath noblacklist ${HOME}/.Steampid -noblacklist ${HOME}/.steampid +noblacklist ${HOME}/.java noblacklist ${HOME}/.local/share/Steam noblacklist ${HOME}/.local/share/steam +noblacklist ${HOME}/.steam +noblacklist ${HOME}/.steampath +noblacklist ${HOME}/.steampid +noblacklist /usr/lib/llvm* + include /etc/firejail/disable-common.inc -include /etc/firejail/disable-programs.inc include /etc/firejail/disable-devel.inc include /etc/firejail/disable-passwdmgr.inc +include /etc/firejail/disable-programs.inc caps.drop all -#ipc-namespace netfilter nogroups nonewprivs noroot -#novideo protocol unix,inet,inet6,netlink seccomp shell none -# tracelog disabled as it breaks integrated browser -#tracelog - private-dev private-tmp + +# CLOBBERED COMMENTS +# novideo +# tracelog +# tracelog disabled as it breaks integrated browser +# with >=llvm-4 mesa drivers need llvm stuff -- cgit v1.2.3-70-g09d2