aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2019-03-20 19:20:19 -0400
committerLibravatar Tad <tad@spotco.us>2019-03-20 19:20:19 -0400
commitfb69bf3e4fdd1a5250b057f87e22939cd2e52d56 (patch)
tree7ac805edadb52652efe322aade165e6cb7f98b70 /etc
parentFive more game profiles (diff)
downloadfirejail-fb69bf3e4fdd1a5250b057f87e22939cd2e52d56.tar.gz
firejail-fb69bf3e4fdd1a5250b057f87e22939cd2e52d56.tar.zst
firejail-fb69bf3e4fdd1a5250b057f87e22939cd2e52d56.zip
Add a profile for DCSS
Diffstat (limited to 'etc')
-rw-r--r--etc/crawl-tiles.profile7
-rw-r--r--etc/crawl.profile45
2 files changed, 52 insertions, 0 deletions
diff --git a/etc/crawl-tiles.profile b/etc/crawl-tiles.profile
new file mode 100644
index 000000000..39151865e
--- /dev/null
+++ b/etc/crawl-tiles.profile
@@ -0,0 +1,7 @@
1# Firejail profile alias for crawl
2# This file is overwritten after every install/update
3
4ignore no3d
5
6# Redirect
7include crawl.profile
diff --git a/etc/crawl.profile b/etc/crawl.profile
new file mode 100644
index 000000000..af78ac738
--- /dev/null
+++ b/etc/crawl.profile
@@ -0,0 +1,45 @@
1# Firejail profile for crawl-tiles
2# Description: Roguelike dungeon exploration game
3# This file is overwritten after every install/update
4# Persistent local customizations
5include crawl-tiles.local
6# Persistent global definitions
7include globals.local
8
9noblacklist ${HOME}/.crawl
10
11include disable-common.inc
12include disable-devel.inc
13include disable-exec.inc
14include disable-interpreters.inc
15include disable-passwdmgr.inc
16include disable-programs.inc
17include disable-xdg.inc
18
19mkdir ${HOME}/.crawl
20whitelist ${HOME}/.crawl
21include whitelist-common.inc
22include whitelist-var-common.inc
23
24caps.drop all
25ipc-namespace
26net none
27no3d
28nodbus
29nodvd
30nogroups
31nonewprivs
32noroot
33nosound
34notv
35nou2f
36novideo
37protocol unix
38seccomp
39shell none
40
41disable-mnt
42private-bin crawl,crawl-tiles
43private-cache
44private-dev
45private-tmp