From 176dae16c44794f30cb347dfd84fe84bcc5c9708 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 14 Mar 2020 23:55:30 -0700 Subject: Initial commit --- profiles/freeorion.profile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 profiles/freeorion.profile (limited to 'profiles/freeorion.profile') diff --git a/profiles/freeorion.profile b/profiles/freeorion.profile new file mode 100644 index 0000000..6e4920c --- /dev/null +++ b/profiles/freeorion.profile @@ -0,0 +1,18 @@ +# This file is overwritten after every install/update +# Persistent local customizations +include freeorion.local +# Persistent global definitions +include globals.local + +noblacklist /usr/lib/python2* +noblacklist ${HOME}/.config/freeorion +noblacklist ${HOME}/.local/share/freeorion + +mkdir ${HOME}/.config/freeorion +whitelist ${HOME}/.config/freeorion +mkdir ${HOME}/.local/share/freeorion +whitelist ${HOME}/.local/share/freeorion + +ignore memory-deny-write-execute + +include generic-game-networked.inc -- cgit v1.2.1