aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar veloute <21003408+veloute@users.noreply.github.com>2023-10-29 16:56:19 +0000
committerLibravatar GitHub <noreply@github.com>2023-10-29 16:56:19 +0000
commit3d56c134b927b5023900da8d93af5609888022ff (patch)
tree6f39ca5bc99b670b72f7150d7e73ccc280b2d015
parentsort.py: fix missing/duplicated commands in usage (diff)
downloadfirejail-3d56c134b927b5023900da8d93af5609888022ff.tar.gz
firejail-3d56c134b927b5023900da8d93af5609888022ff.tar.zst
firejail-3d56c134b927b5023900da8d93af5609888022ff.zip
discord.profile: allow /usr/share/discord (#6072)
discord_arch_electron[1] stores its files in /usr/share/discord, rather than the usual /opt/discord. [1] https://aur.archlinux.org/packages/discord_arch_electron
-rw-r--r--etc/profile-a-l/discord.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/profile-a-l/discord.profile b/etc/profile-a-l/discord.profile
index a4fcae5b8..6e7d8f91d 100644
--- a/etc/profile-a-l/discord.profile
+++ b/etc/profile-a-l/discord.profile
@@ -11,6 +11,7 @@ mkdir ${HOME}/.config/discord
11whitelist ${HOME}/.config/discord 11whitelist ${HOME}/.config/discord
12whitelist /opt/Discord 12whitelist /opt/Discord
13whitelist /opt/discord 13whitelist /opt/discord
14whitelist /usr/share/discord
14 15
15private-bin discord,Discord 16private-bin discord,Discord
16 17