aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/discord.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/discord.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/discord.profile')
-rw-r--r--etc/profile-a-l/discord.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/profile-a-l/discord.profile b/etc/profile-a-l/discord.profile
index 02d1c65cd..a4fcae5b8 100644
--- a/etc/profile-a-l/discord.profile
+++ b/etc/profile-a-l/discord.profile
@@ -9,9 +9,10 @@ noblacklist ${HOME}/.config/discord
9 9
10mkdir ${HOME}/.config/discord 10mkdir ${HOME}/.config/discord
11whitelist ${HOME}/.config/discord 11whitelist ${HOME}/.config/discord
12whitelist /opt/Discord
13whitelist /opt/discord
12 14
13private-bin discord,Discord 15private-bin discord,Discord
14private-opt discord,Discord
15 16
16# Redirect 17# Redirect
17include discord-common.profile 18include discord-common.profile