diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-01-17 14:39:10 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-01-17 14:39:10 -0800 |
commit | 95953e5a2098266d39e44be5bd9f1d7c995eb352 (patch) | |
tree | 408270d39246102808fc0cd808f8f2702872538b /profiles/mgba.profile | |
parent | Fix divinity original sin path. (diff) | |
download | firejail-profiles-95953e5a2098266d39e44be5bd9f1d7c995eb352.tar.xz |
Fix mgba profile to allow liblua.
Clean up wine bannerlord profile.
Diffstat (limited to 'profiles/mgba.profile')
-rw-r--r-- | profiles/mgba.profile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/mgba.profile b/profiles/mgba.profile index 9ac28b2..c5344f1 100644 --- a/profiles/mgba.profile +++ b/profiles/mgba.profile @@ -8,6 +8,10 @@ noblacklist ${HOME}/.config/mgba noblacklist ${HOME}/.local/share/mgba noblacklist ${HOME}/games/Emulators/GBAGAMES +# mgba requires liblua 5.3 +noblacklist /usr/lib/liblua* +noblacklist /usr/lib64/liblua* + mkdir ${HOME}/.config/mgba mkdir ${HOME}/.local/share/mgba whitelist ${HOME}/.config/mgba |