aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar SkewedZeppelin <8296104+SkewedZeppelin@users.noreply.github.com>2018-10-02 17:41:43 +0000
committerLibravatar GitHub <noreply@github.com>2018-10-02 17:41:43 +0000
commitf44980e0cba92becc9fac40193bfb63910ffde44 (patch)
tree463a19c25d89bb8edba0fc07e240513f21307572
parentincomplete fix: whitelisting of symlinks to other home dirs (diff)
parentfixed discord not able to check for updates (diff)
downloadfirejail-f44980e0cba92becc9fac40193bfb63910ffde44.tar.gz
firejail-f44980e0cba92becc9fac40193bfb63910ffde44.tar.zst
firejail-f44980e0cba92becc9fac40193bfb63910ffde44.zip
Merge pull request #2131 from veloute/discordfix
fixed discord not able to check for updates
-rw-r--r--etc/discord-common.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/discord-common.profile b/etc/discord-common.profile
index b835ce401..babef37b1 100644
--- a/etc/discord-common.profile
+++ b/etc/discord-common.profile
@@ -26,7 +26,7 @@ seccomp
26 26
27private-bin sh,xdg-mime,tr,sed,echo,head,cut,xdg-open,grep,egrep,bash,zsh 27private-bin sh,xdg-mime,tr,sed,echo,head,cut,xdg-open,grep,egrep,bash,zsh
28private-dev 28private-dev
29private-etc fonts,machine-id,localtime,ld.so.cache,ca-certificates,ssl,pki,crypto-policies 29private-etc fonts,machine-id,localtime,ld.so.cache,ca-certificates,ssl,pki,crypto-policies,resolv.conf
30private-tmp 30private-tmp
31 31
32noexec ${HOME} 32noexec ${HOME}