summaryrefslogtreecommitdiff
path: root/profiles/starbound.profile
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-03-14 23:55:30 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-03-14 23:55:30 -0700
commit176dae16c44794f30cb347dfd84fe84bcc5c9708 (patch)
tree3c3b092e9446c01e5613c7596e5fa89277cb1385 /profiles/starbound.profile
downloadfirejail-profiles-176dae16c44794f30cb347dfd84fe84bcc5c9708.tar.xz
Initial commit
Diffstat (limited to 'profiles/starbound.profile')
-rw-r--r--profiles/starbound.profile20
1 files changed, 20 insertions, 0 deletions
diff --git a/profiles/starbound.profile b/profiles/starbound.profile
new file mode 100644
index 0000000..36e59dd
--- /dev/null
+++ b/profiles/starbound.profile
@@ -0,0 +1,20 @@
+# This file is overwritten after every install/update
+# Persistent local customizations
+include starbound.local
+# Persistent global definitions
+include globals.local
+
+whitelist ${HOME}/games/Starbound
+read-only ${HOME}/games/Starbound
+mkdir ${HOME}/games/Starbound/game/storage
+read-write ${HOME}/games/Starbound/game/storage
+
+protocol unix,inet,inet6,netlink
+# # Starbound requires syscall name_to_handle_at
+seccomp !name_to_handle_at
+
+ignore memory-deny-write-execute
+
+ignore noexec ${HOME}
+
+include generic-game-networked.inc