aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2017-06-26 19:17:54 +0200
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2017-06-26 19:18:04 +0200
commit797193762c1db21d9fe891d2ce28dd5b90d1a2cb (patch)
tree9ea411eb8cdaf567774b5ba1c85e52db34125357
parentfiremon: only use col/row when values are valid (diff)
downloadfirejail-797193762c1db21d9fe891d2ce28dd5b90d1a2cb.tar.gz
firejail-797193762c1db21d9fe891d2ce28dd5b90d1a2cb.tar.zst
firejail-797193762c1db21d9fe891d2ce28dd5b90d1a2cb.zip
profiles: steampath/pid were blacklisted in disable-programs, but not allowed in steam profile
Probably related to #1280. Reported also in https://bugs.debian.org/866014
-rw-r--r--etc/steam.profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/steam.profile b/etc/steam.profile
index 29d5fe6af..7e806c2ad 100644
--- a/etc/steam.profile
+++ b/etc/steam.profile
@@ -8,6 +8,10 @@ include /etc/firejail/steam.local
8# Steam profile (applies to games/apps launched from Steam as well) 8# Steam profile (applies to games/apps launched from Steam as well)
9noblacklist ${HOME}/.Steam 9noblacklist ${HOME}/.Steam
10noblacklist ${HOME}/.steam 10noblacklist ${HOME}/.steam
11noblacklist ${HOME}/.Steampath
12noblacklist ${HOME}/.steampath
13noblacklist ${HOME}/.Steampid
14noblacklist ${HOME}/.steampid
11noblacklist ${HOME}/.local/share/Steam 15noblacklist ${HOME}/.local/share/Steam
12noblacklist ${HOME}/.local/share/steam 16noblacklist ${HOME}/.local/share/steam
13include /etc/firejail/disable-common.inc 17include /etc/firejail/disable-common.inc