aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar SkewedZeppelin <8296104+SkewedZeppelin@users.noreply.github.com>2021-01-11 01:57:59 +0000
committerLibravatar GitHub <noreply@github.com>2021-01-11 01:57:59 +0000
commitd4318e48e60de8988ce332cbd1becf59f2c4588e (patch)
tree4bc7bf43fcadb765be4ba0eb1e195f6a7a6d94cb
parentdiscord-common.profile: Fix audio support (#3880) (diff)
parentAdd blacklist line for Bohemia Interactive to disable-programs (diff)
downloadfirejail-d4318e48e60de8988ce332cbd1becf59f2c4588e.tar.gz
firejail-d4318e48e60de8988ce332cbd1becf59f2c4588e.tar.zst
firejail-d4318e48e60de8988ce332cbd1becf59f2c4588e.zip
Merge pull request #3879 from aidalgol/steam-arma3-fix
Whitelist Bohemia Interactive config dir for Steam
-rw-r--r--etc/inc/disable-programs.inc1
-rw-r--r--etc/profile-m-z/steam.profile3
2 files changed, 4 insertions, 0 deletions
diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc
index e3fa10ed0..f5bce4ba4 100644
--- a/etc/inc/disable-programs.inc
+++ b/etc/inc/disable-programs.inc
@@ -600,6 +600,7 @@ blacklist ${HOME}/.local/share/baloo
600blacklist ${HOME}/.local/share/barrier 600blacklist ${HOME}/.local/share/barrier
601blacklist ${HOME}/.local/share/bibletime 601blacklist ${HOME}/.local/share/bibletime
602blacklist ${HOME}/.local/share/bijiben 602blacklist ${HOME}/.local/share/bijiben
603blacklist ${HOME}/.local/share/bohemiainteractive
603blacklist ${HOME}/.local/share/caja-python 604blacklist ${HOME}/.local/share/caja-python
604blacklist ${HOME}/.local/share/cantata 605blacklist ${HOME}/.local/share/cantata
605blacklist ${HOME}/.local/share/cdprojektred 606blacklist ${HOME}/.local/share/cdprojektred
diff --git a/etc/profile-m-z/steam.profile b/etc/profile-m-z/steam.profile
index 55078d993..758b37815 100644
--- a/etc/profile-m-z/steam.profile
+++ b/etc/profile-m-z/steam.profile
@@ -9,6 +9,7 @@ include globals.local
9noblacklist ${HOME}/.killingfloor 9noblacklist ${HOME}/.killingfloor
10noblacklist ${HOME}/.local/share/3909/PapersPlease 10noblacklist ${HOME}/.local/share/3909/PapersPlease
11noblacklist ${HOME}/.local/share/aspyr-media 11noblacklist ${HOME}/.local/share/aspyr-media
12noblacklist ${HOME}/.local/share/bohemiainteractive
12noblacklist ${HOME}/.local/share/cdprojektred 13noblacklist ${HOME}/.local/share/cdprojektred
13noblacklist ${HOME}/.local/share/FasterThanLight 14noblacklist ${HOME}/.local/share/FasterThanLight
14noblacklist ${HOME}/.local/share/feral-interactive 15noblacklist ${HOME}/.local/share/feral-interactive
@@ -45,6 +46,7 @@ mkdir ${HOME}/.config/unity3d
45mkdir ${HOME}/.killingfloor 46mkdir ${HOME}/.killingfloor
46mkdir ${HOME}/.local/share/3909/PapersPlease 47mkdir ${HOME}/.local/share/3909/PapersPlease
47mkdir ${HOME}/.local/share/aspyr-media 48mkdir ${HOME}/.local/share/aspyr-media
49mkdir ${HOME}/.local/share/bohemiainteractive
48mkdir ${HOME}/.local/share/cdprojektred 50mkdir ${HOME}/.local/share/cdprojektred
49mkdir ${HOME}/.local/share/FasterThanLight 51mkdir ${HOME}/.local/share/FasterThanLight
50mkdir ${HOME}/.local/share/feral-interactive 52mkdir ${HOME}/.local/share/feral-interactive
@@ -64,6 +66,7 @@ whitelist ${HOME}/.config/unity3d
64whitelist ${HOME}/.killingfloor 66whitelist ${HOME}/.killingfloor
65whitelist ${HOME}/.local/share/3909/PapersPlease 67whitelist ${HOME}/.local/share/3909/PapersPlease
66whitelist ${HOME}/.local/share/aspyr-media 68whitelist ${HOME}/.local/share/aspyr-media
69whitelist ${HOME}/.local/share/bohemiainteractive
67whitelist ${HOME}/.local/share/cdprojektred 70whitelist ${HOME}/.local/share/cdprojektred
68whitelist ${HOME}/.local/share/FasterThanLight 71whitelist ${HOME}/.local/share/FasterThanLight
69whitelist ${HOME}/.local/share/feral-interactive 72whitelist ${HOME}/.local/share/feral-interactive