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

ignore include disable-shell.inc

whitelist-ro ${HOME}/games/Antichamber
mkdir ${HOME}/.local/share/AlexanderBruce
mkdir ${HOME}/.local/share/AlexanderBruce/Antichamber
read-only ${HOME}/games/Antichamber
whitelist ${HOME}/.local/share/AlexanderBruce/Antichamber

# # Antichamber requires name_to_handle_at, but whitelisting that syscall does not work
# # Something to do with the game being 32 bit
#seccomp !name_to_handle_at
ignore seccomp
ignore restrict-namespaces

ignore memory-deny-write-execute

ignore noexec ${HOME}

include generic-game.inc