summaryrefslogtreecommitdiff
path: root/profiles/renpy.profile
blob: f4b2c7f80e7e68bfce3e3cd0404cfdfaea822112 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This file is overwritten after every install/update
# Persistent local customizations
include renpy.local
# Persistent global definitions
include globals.local

noblacklist ${HOME}/.renpy

mkdir ${HOME}/.renpy
whitelist ${HOME}/.renpy
whitelist ${HOME}/games
read-only ${HOME}/games

ignore memory-deny-write-execute

ignore noexec ${HOME}

include generic-game.inc