diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-02-25 19:53:17 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-02-25 19:53:17 -0800 |
commit | f3bd9a22d38fe4213f13d6ac2ae6ce9cce1974ca (patch) | |
tree | 621c61a946e5ca0e2b95d89ab7ea9dc718b66d00 /profiles | |
parent | Fix mgba profile to allow liblua. (diff) | |
download | firejail-profiles-f3bd9a22d38fe4213f13d6ac2ae6ce9cce1974ca.tar.xz |
Add missing mgba config rc
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/mgba.profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/mgba.profile b/profiles/mgba.profile index c5344f1..ae4d82e 100644 --- a/profiles/mgba.profile +++ b/profiles/mgba.profile @@ -13,8 +13,10 @@ noblacklist /usr/lib/liblua* noblacklist /usr/lib64/liblua* mkdir ${HOME}/.config/mgba +mkfile ${HOME}/.config/mGBArc mkdir ${HOME}/.local/share/mgba whitelist ${HOME}/.config/mgba +whitelist ${HOME}/.config/mGBArc whitelist ${HOME}/.local/share/mgba whitelist-ro ${HOME}/games/Emulators/GBAGAMES include whitelist-common.inc |