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/cataclysm.profile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 profiles/cataclysm.profile (limited to 'profiles/cataclysm.profile') diff --git a/profiles/cataclysm.profile b/profiles/cataclysm.profile new file mode 100644 index 0000000..5773161 --- /dev/null +++ b/profiles/cataclysm.profile @@ -0,0 +1,20 @@ +# This file is overwritten after every install/update +# Persistent local customizations +include cataclysm.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.config/cataclysm-dda +noblacklist ${HOME}/.local/share/cataclysm-dda +mkdir ${HOME}/.config/cataclysm-dda +mkdir ${HOME}/.local/share/cataclysm-dda +whitelist ${HOME}/.config/cataclysm-dda +whitelist ${HOME}/.local/share/cataclysm-dda + +seccomp !name_to_handle_at + +private-bin cataclysm,cataclysm-tiles + +ignore memory-deny-write-execute + +include generic-game.inc -- cgit v1.2.1