aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/gitter.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2023-10-18 22:47:07 +0000
committerLibravatar GitHub <noreply@github.com>2023-10-18 22:47:07 +0000
commit17590553045f40e8c7628608c8330b72412fd7f4 (patch)
treea1c5d0888101865866492269f5f194ce0ecffc3c /etc/profile-a-l/gitter.profile
parentsteam.profile: Allow Baba Is You (#6054) (diff)
downloadfirejail-17590553045f40e8c7628608c8330b72412fd7f4.tar.gz
firejail-17590553045f40e8c7628608c8330b72412fd7f4.tar.zst
firejail-17590553045f40e8c7628608c8330b72412fd7f4.zip
profiles: exchange private-opt with a whitelist (#6021)
* profiles: drop private-opt (existing whitelist) * profiles: replace private-opt with whitelist In most profiles. Kept private-opt for enpass (~85MB), mate-dictionary (<20MB), minecraft-launcher (~1.6MB) and ppsspp (~44MB). The only app I couldn't check: xmr-stak. * docs: note potential issues with private-opt
Diffstat (limited to 'etc/profile-a-l/gitter.profile')
-rw-r--r--etc/profile-a-l/gitter.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/profile-a-l/gitter.profile b/etc/profile-a-l/gitter.profile
index e3cf87c87..54f2923ba 100644
--- a/etc/profile-a-l/gitter.profile
+++ b/etc/profile-a-l/gitter.profile
@@ -18,6 +18,7 @@ mkdir ${HOME}/.config/Gitter
18whitelist ${DOWNLOADS} 18whitelist ${DOWNLOADS}
19whitelist ${HOME}/.config/autostart 19whitelist ${HOME}/.config/autostart
20whitelist ${HOME}/.config/Gitter 20whitelist ${HOME}/.config/Gitter
21whitelist /opt/Gitter
21include whitelist-var-common.inc 22include whitelist-var-common.inc
22 23
23caps.drop all 24caps.drop all
@@ -37,7 +38,6 @@ seccomp
37disable-mnt 38disable-mnt
38private-bin bash,env,gitter 39private-bin bash,env,gitter
39private-etc @tls-ca 40private-etc @tls-ca
40private-opt Gitter
41private-dev 41private-dev
42private-tmp 42private-tmp
43 43