Skip to content

Commit

Permalink
Merge pull request netblue30#6216 from powerjungle/master
Browse files Browse the repository at this point in the history
multimc: instances not running, because of missing permissions
  • Loading branch information
netblue30 authored Feb 29, 2024
2 parents df2dbec + 1a2e8ab commit 54823b0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions etc/profile-m-z/multimc5.profile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@ include globals.local
noblacklist ${HOME}/.local/share/multimc
noblacklist ${HOME}/.local/share/multimc5
noblacklist ${HOME}/.multimc5
noblacklist ${HOME}/.cache/JNA
noblacklist /tmp/lwjgl_*

# Ignore noexec on ${HOME} as MultiMC installs LWJGL native
# libraries in ${HOME}/.local/share/multimc
ignore noexec ${HOME}

# Ignore noexec on /tmp as LWJGL extracts libraries to /tmp
ignore noexec /tmp

# Allow java (blacklisted by disable-devel.inc)
include allow-java.inc

Expand All @@ -25,9 +30,12 @@ include disable-programs.inc
mkdir ${HOME}/.local/share/multimc
mkdir ${HOME}/.local/share/multimc5
mkdir ${HOME}/.multimc5
mkdir ${HOME}/.cache/JNA
whitelist ${HOME}/.local/share/multimc
whitelist ${HOME}/.local/share/multimc5
whitelist ${HOME}/.multimc5
whitelist ${HOME}/.cache/JNA
whitelist /tmp/lwjgl_*
include whitelist-common.inc

caps.drop all
Expand All @@ -49,4 +57,7 @@ disable-mnt
private-dev
private-tmp

dbus-user none
dbus-system none

#restrict-namespaces

0 comments on commit 54823b0

Please sign in to comment.