aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2018-07-02 15:42:21 +0000
committerLibravatar GitHub <noreply@github.com>2018-07-02 15:42:21 +0000
commita778b896451248ec3d6e25d7937eaaadc1a736cd (patch)
tree157f3ee9302b87d19fc68b5cf61ed7ec936c7559
parentMerge pull request #2020 from ValdikSS/gajim-fixes (diff)
parentdiscord: added localtime and ld.so.cache to private-etc to fix wrong time and... (diff)
downloadfirejail-a778b896451248ec3d6e25d7937eaaadc1a736cd.tar.gz
firejail-a778b896451248ec3d6e25d7937eaaadc1a736cd.tar.zst
firejail-a778b896451248ec3d6e25d7937eaaadc1a736cd.zip
Merge pull request #2022 from soredake/fix-discord
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"
-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}