aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar veloute <21003408+veloute@users.noreply.github.com>2018-10-02 15:28:39 +1000
committerLibravatar veloute <21003408+veloute@users.noreply.github.com>2018-10-02 15:28:39 +1000
commitf52039da7e2181199215db3a4b13e850927e992e (patch)
tree957e352a0d1e9db2c93beecd9f1c38ceab994455
parentmount empty home if macro can't be whitelisted (diff)
downloadfirejail-f52039da7e2181199215db3a4b13e850927e992e.tar.gz
firejail-f52039da7e2181199215db3a4b13e850927e992e.tar.zst
firejail-f52039da7e2181199215db3a4b13e850927e992e.zip
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}