aboutsummaryrefslogtreecommitdiffstats
path: root/etc/discord-common.profile
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2018-08-08 19:49:32 -0400
committerLibravatar Tad <tad@spotco.us>2018-08-08 19:49:32 -0400
commit898387577f68ec9b69ae0e5f4d13409ed53a1fdf (patch)
treea9752288a87afb7c734966b9336b958e0a99da14 /etc/discord-common.profile
parentMerges (diff)
downloadfirejail-898387577f68ec9b69ae0e5f4d13409ed53a1fdf.tar.gz
firejail-898387577f68ec9b69ae0e5f4d13409ed53a1fdf.tar.zst
firejail-898387577f68ec9b69ae0e5f4d13409ed53a1fdf.zip
Stop breaking PKI with private-etc
Command: grep "crypto-policies" -iL $(grep "private-etc" -il $(grep "inet,inet6" . -Rl)) + fixes for #2077
Diffstat (limited to 'etc/discord-common.profile')
-rw-r--r--etc/discord-common.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/discord-common.profile b/etc/discord-common.profile
index 9f0e02525..b835ce401 100644
--- a/etc/discord-common.profile
+++ b/etc/discord-common.profile
@@ -24,9 +24,9 @@ novideo
24protocol unix,inet,inet6,netlink 24protocol unix,inet,inet6,netlink
25seccomp 25seccomp
26 26
27private-bin sh,xdg-mime,tr,sed,echo,head,cut,xdg-open,grep,egrep 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 29private-etc fonts,machine-id,localtime,ld.so.cache,ca-certificates,ssl,pki,crypto-policies
30private-tmp 30private-tmp
31 31
32noexec ${HOME} 32noexec ${HOME}