diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-05-24 14:44:17 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-05-24 14:44:17 -0700 |
commit | c6d16afb1d7b434cc37bb03b3ff162ba938adf0b (patch) | |
tree | 4be7beb325886f78a4813bc10b64ecbaf4f9a9cf /profiles/atom-rpg-trudograd.profile | |
parent | Fix atom and atom-trudograd local include. (diff) | |
download | firejail-profiles-c6d16afb1d7b434cc37bb03b3ff162ba938adf0b.tar.xz |
Allow atom-rpg-trudograd read-only access to atom-rpg save games.
Diffstat (limited to 'profiles/atom-rpg-trudograd.profile')
-rw-r--r-- | profiles/atom-rpg-trudograd.profile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/atom-rpg-trudograd.profile b/profiles/atom-rpg-trudograd.profile index b7a3b99..e33300f 100644 --- a/profiles/atom-rpg-trudograd.profile +++ b/profiles/atom-rpg-trudograd.profile @@ -13,4 +13,10 @@ whitelist ${HOME}/.config/unity3d/AtomTeam/Atom_Trudograd whitelist ${HOME}/games/AtomRPG - Trudograd read-only ${HOME}/games/AtomRPG - Trudograd +# # Allow read-only access to original Atom save games +noblacklist ${HOME}/.config/unity3d/AtomTeam/Atom +mkdir ${HOME}/.config/unity3d/AtomTeam/Atom +whitelist ${HOME}/.config/unity3d/AtomTeam/Atom +read-only ${HOME}/.config/unity3d/AtomTeam/Atom + include generic-unity-game.inc |