mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
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:
parent
f106c33e0c
commit
f17d2172c1
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue