aboutsummaryrefslogtreecommitdiffstats
path: root/etc/supertux2.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-07-29 07:52:17 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-07-29 07:52:17 -0400
commit348b875f3025988a336e365a3127f6d6b25bec18 (patch)
tree112a1247f397348633a4a95b247d030df0255446 /etc/supertux2.profile
parentarp rework (diff)
downloadfirejail-348b875f3025988a336e365a3127f6d6b25bec18.tar.gz
firejail-348b875f3025988a336e365a3127f6d6b25bec18.tar.zst
firejail-348b875f3025988a336e365a3127f6d6b25bec18.zip
new profiles
Diffstat (limited to 'etc/supertux2.profile')
-rw-r--r--etc/supertux2.profile41
1 files changed, 41 insertions, 0 deletions
diff --git a/etc/supertux2.profile b/etc/supertux2.profile
new file mode 100644
index 000000000..276e91b05
--- /dev/null
+++ b/etc/supertux2.profile
@@ -0,0 +1,41 @@
1# Persistent global definitions go here
2include /etc/firejail/globals.local
3
4# This file is overwritten during software install.
5# Persistent customizations should go in a .local file.
6include /etc/firejail/supertux2.local
7
8################################
9# SuperTux profile
10################################
11
12noblacklist ~/.local/share/supertux2
13mkdir ~/.local/share/supertux2
14whitelist ~/.local/share/supertux2
15include /etc/firejail/whitelist-common.inc
16
17include /etc/firejail/disable-common.inc
18include /etc/firejail/disable-programs.inc
19include /etc/firejail/disable-passwdmgr.inc
20
21caps.drop all
22nonewprivs
23noroot
24protocol unix,netlink
25seccomp
26
27#
28# depending on your usage, you can enable some of the commands below:
29#
30net none
31nogroups
32shell none
33#private-bin supertux2
34# private-etc none
35private-dev
36private-tmp
37# nosound
38
39
40
41