aboutsummaryrefslogtreecommitdiffstats
path: root/config.sh.in
diff options
context:
space:
mode:
authorLibravatar powerjungle <fabsidereal@gmail.com>2024-02-19 18:04:14 +0100
committerLibravatar powerjungle <fabsidereal@gmail.com>2024-02-19 18:21:11 +0100
commit1a2e8ab852dce3dcfa3ad39dc009613ce6ffe53f (patch)
tree68d0040289099a0b875b98daaf6edf257a4e193b /config.sh.in
parentbuild(deps): bump github/codeql-action from 3.24.0 to 3.24.3 (diff)
downloadfirejail-1a2e8ab852dce3dcfa3ad39dc009613ce6ffe53f.tar.gz
firejail-1a2e8ab852dce3dcfa3ad39dc009613ce6ffe53f.tar.zst
firejail-1a2e8ab852dce3dcfa3ad39dc009613ce6ffe53f.zip
multimc: instances not running, because of missing permissions
When starting an instance, in the logs, a failed attempt to load the lwjgl library is shown and the game doesn't run. The library is in the /tmp directory. The reason for this appears to be, in the lwjgl source code, the shared library loading function, extracts in the temporary directory and continues from there. This is fixed by whitelisting. The reason for adding "ignore noexec /tmp" as well, is that without it, the game can't run, even if the directory is whitelisted. It seems the library needs to be loaded from /tmp. A second error for a failed attempt to access /home/user/.cache/JNA is also shown in the logs. This is also fixed by whitelisting.
Diffstat (limited to 'config.sh.in')
0 files changed, 0 insertions, 0 deletions