diff options
Diffstat (limited to 'profiles/antichamber.profile')
-rw-r--r-- | profiles/antichamber.profile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/profiles/antichamber.profile b/profiles/antichamber.profile index 876ece3..09fe3ce 100644 --- a/profiles/antichamber.profile +++ b/profiles/antichamber.profile @@ -6,6 +6,15 @@ include globals.local whitelist ${HOME}/games/Antichamber read-only ${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 noexec ${HOME} |