diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-23 16:39:31 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-23 16:39:31 -0700 |
commit | bcbc7472a2a884f458b1aea27112ea9642b14bb2 (patch) | |
tree | 637fcaa0daece67f406aca877b5e5c9cdb0021bf | |
parent | Add renpy profile note for planet stronghold 2 workarounds. (diff) | |
download | firejail-profiles-bcbc7472a2a884f458b1aea27112ea9642b14bb2.tar.xz |
Add more renpy profile per-game exceptions.
Also change the default path for renpy games.
-rw-r--r-- | profiles/renpy.profile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/profiles/renpy.profile b/profiles/renpy.profile index 2bdc809..920af1f 100644 --- a/profiles/renpy.profile +++ b/profiles/renpy.profile @@ -10,18 +10,18 @@ noblacklist ${HOME}/.renpy mkdir ${HOME}/.renpy whitelist ${HOME}/.renpy -whitelist-ro ${HOME}/games +whitelist-ro ${HOME}/games/Visual Novels # # Games requiring special rules # Maid with Perfection -#read-write ${HOME}/games/Maid With Perfection/zipfile.txt +#read-write ${HOME}/games/Visual Novels/Maid With Perfection/zipfile.txt # Nachigal #allusers # Planet Stronghold 2 -#mkfile=${HOME}/games/Planet Stronghold 2/label_log.txt -#read-write=${HOME}/games/Planet Stronghold 2/label_log.txt +#mkfile=${HOME}/games/Visual Novels/Planet Stronghold 2/label_log.txt +#read-write=${HOME}/games/Visual Novels/Planet Stronghold 2/label_log.txt # Roommates #allusers |