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
This commit is contained in:
leukimi 2023-08-11 05:36:10 +02:00 committed by GitHub
parent f106c33e0c
commit f17d2172c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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