From f17d2172c16c41c86f7a7dcb550d791bc84ca09f Mon Sep 17 00:00:00 2001 From: leukimi <54280236+leukimi@users.noreply.github.com> Date: Fri, 11 Aug 2023 05:36:10 +0200 Subject: 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 --- etc/profile-a-l/0ad.profile | 3 +++ 1 file changed, 3 insertions(+) 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 noblacklist ${HOME}/.config/0ad noblacklist ${HOME}/.local/share/0ad +# Allow gjs (blacklisted by disable-interpreters.inc) +include allow-gjs.inc + blacklist /usr/libexec include disable-common.inc -- cgit v1.2.3-70-g09d2