aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar leukimi <54280236+leukimi@users.noreply.github.com>2023-08-11 05:36:10 +0200
committerLibravatar GitHub <noreply@github.com>2023-08-11 03:36:10 +0000
commitf17d2172c16c41c86f7a7dcb550d791bc84ca09f (patch)
tree4d9f1007a0165deb99bf4e21ca55ba643709e5e1
parentNew profile: clac (#5947) (diff)
downloadfirejail-f17d2172c16c41c86f7a7dcb550d791bc84ca09f.tar.gz
firejail-f17d2172c16c41c86f7a7dcb550d791bc84ca09f.tar.zst
firejail-f17d2172c16c41c86f7a7dcb550d791bc84ca09f.zip
0ad.profile: fix libmozjs error on OpenSUSE Tumbleweed (#5944)
This fixes 0ad not opening on OpenSUSE Tumbleweed due to a "Permission denied" error when trying to open "libmozjs-78.so.0". See this issue that describes it all: https://github.com/netblue30/firejail/issues/5938#issue-1833607321
-rw-r--r--etc/profile-a-l/0ad.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/profile-a-l/0ad.profile b/etc/profile-a-l/0ad.profile
index 48a2afdf2..9ec2f2ad1 100644
--- a/etc/profile-a-l/0ad.profile
+++ b/etc/profile-a-l/0ad.profile
@@ -10,6 +10,9 @@ noblacklist ${HOME}/.cache/0ad
10noblacklist ${HOME}/.config/0ad 10noblacklist ${HOME}/.config/0ad
11noblacklist ${HOME}/.local/share/0ad 11noblacklist ${HOME}/.local/share/0ad
12 12
13# Allow gjs (blacklisted by disable-interpreters.inc)
14include allow-gjs.inc
15
13blacklist /usr/libexec 16blacklist /usr/libexec
14 17
15include disable-common.inc 18include disable-common.inc