aboutsummaryrefslogtreecommitdiffstats
path: root/etc/discord-common.profile
diff options
context:
space:
mode:
authorLibravatar soredake <fdsfgs@krutt.org>2018-07-02 09:45:17 +0300
committerLibravatar soredake <fdsfgs@krutt.org>2018-07-02 10:38:34 +0300
commit84459fc8b400a097bcde9d9feff18d42b2e3552f (patch)
tree157f3ee9302b87d19fc68b5cf61ed7ec936c7559 /etc/discord-common.profile
parentMerge pull request #2020 from ValdikSS/gajim-fixes (diff)
downloadfirejail-84459fc8b400a097bcde9d9feff18d42b2e3552f.tar.gz
firejail-84459fc8b400a097bcde9d9feff18d42b2e3552f.tar.zst
firejail-84459fc8b400a097bcde9d9feff18d42b2e3552f.zip
discord: added localtime and ld.so.cache to private-etc to fix wrong time and "discord: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory"
Diffstat (limited to 'etc/discord-common.profile')
-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 65a307681..9f0e02525 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 27private-bin sh,xdg-mime,tr,sed,echo,head,cut,xdg-open,grep,egrep
28private-dev 28private-dev
29private-etc fonts,machine-id 29private-etc fonts,machine-id,localtime,ld.so.cache
30private-tmp 30private-tmp
31 31
32noexec ${HOME} 32noexec ${HOME}