diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-08-12 20:38:19 -0700 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-08-12 20:38:19 -0700 | 
| commit | cf5480cc37b82c15de8fa5a2cec395000738125a (patch) | |
| tree | 0c612d5ea75b1da496d682da8e3e95095c397652 | |
| parent | More updates for 0.9.66 (diff) | |
| download | firejail-profiles-cf5480cc37b82c15de8fa5a2cec395000738125a.tar.xz | |
Fix renpy.profile by ignoring disable-shell.inc
| -rw-r--r-- | profiles/renpy.profile | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/profiles/renpy.profile b/profiles/renpy.profile index f4b2c7f..7e213bc 100644 --- a/profiles/renpy.profile +++ b/profiles/renpy.profile @@ -4,6 +4,8 @@ include renpy.local  # Persistent global definitions  include globals.local +ignore include disable-shell.inc +  noblacklist ${HOME}/.renpy  mkdir ${HOME}/.renpy | 
