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

ignore include disable-shell.inc

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