aboutsummaryrefslogtreecommitdiffstats
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
parentFive more game profiles (diff)
downloadfirejail-fb69bf3e4fdd1a5250b057f87e22939cd2e52d56.tar.gz
firejail-fb69bf3e4fdd1a5250b057f87e22939cd2e52d56.tar.zst
firejail-fb69bf3e4fdd1a5250b057f87e22939cd2e52d56.zip
Add a profile for DCSS
-rw-r--r--README.md2
-rw-r--r--RELNOTES2
-rw-r--r--etc/crawl-tiles.profile7
-rw-r--r--etc/crawl.profile45
-rw-r--r--src/firecfg/firecfg.config2
5 files changed, 56 insertions, 2 deletions
diff --git a/README.md b/README.md
index 652862646..8d061f4bc 100644
--- a/README.md
+++ b/README.md
@@ -102,4 +102,4 @@ We also keep a list of profile fixes for previous released versions in [etc-fixe
102## Current development version: 0.9.59 102## Current development version: 0.9.59
103 103
104## New profiles: 104## New profiles:
105crow, nyx, klavaro, mypaint, celluoid, nano, transgui, sysprof, simplescreenrecorder, geekbench, xfce4-mixer, pavucontrol, d-feet, seahorse, secret-tool, gnome-keyring, regextester, hardinfo, gnome-system-log, gnome-nettool, netactview, redshift, devhelp, assogiate, subdownloader, font-manager, exfalso, gconf-editor, dconf-editor, mpdris2, sysprof-cli, seahorse-tool, secret-tool, dconf, gsettings, code-oss, pragha, Maelstrom, ostrichriders, bzflag, freeciv, lincity-ng, megaglest, openttd 105crow, nyx, klavaro, mypaint, celluoid, nano, transgui, sysprof, simplescreenrecorder, geekbench, xfce4-mixer, pavucontrol, d-feet, seahorse, secret-tool, gnome-keyring, regextester, hardinfo, gnome-system-log, gnome-nettool, netactview, redshift, devhelp, assogiate, subdownloader, font-manager, exfalso, gconf-editor, dconf-editor, mpdris2, sysprof-cli, seahorse-tool, secret-tool, dconf, gsettings, code-oss, pragha, Maelstrom, ostrichriders, bzflag, freeciv, lincity-ng, megaglest, openttd, crawl, crawl-tiles
diff --git a/RELNOTES b/RELNOTES
index 92a6a4109..f3ee1bfab 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -7,7 +7,7 @@ firejail (0.9.59) baseline; urgency=low
7 * new profiles: font-manager, exfalso, gconf-editor, dconf-editor 7 * new profiles: font-manager, exfalso, gconf-editor, dconf-editor
8 * new profiles: sysprof-cli, seahorse-tool, secret-tool, dconf, gsettings 8 * new profiles: sysprof-cli, seahorse-tool, secret-tool, dconf, gsettings
9 * new profiles: code-oss, pragha, Maelstrom, ostrichriders, bzflag 9 * new profiles: code-oss, pragha, Maelstrom, ostrichriders, bzflag
10 * new profiles: freeciv, lincity-ng, megaglest, openttd 10 * new profiles: freeciv, lincity-ng, megaglest, openttd, crawl, crawl-tiles
11 * memory-deny-write-execute now also blocks memfd_create 11 * memory-deny-write-execute now also blocks memfd_create
12 * drop support for flatpak/snap packages 12 * drop support for flatpak/snap packages
13 13
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
diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config
index 790768290..90dd07dea 100644
--- a/src/firecfg/firecfg.config
+++ b/src/firecfg/firecfg.config
@@ -106,6 +106,8 @@ code-oss
106conkeror 106conkeror
107conky 107conky
108corebird 108corebird
109crawl
110crawl-tiles
109crow 111crow
110cryptocat 112cryptocat
111cvlc 113cvlc