aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in1
-rw-r--r--README2
-rw-r--r--README.md2
-rw-r--r--etc/wesnoth.profile5
-rw-r--r--platform/debian/conffiles1
5 files changed, 10 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index ddc5f89a2..655cc9289 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -141,6 +141,7 @@ realinstall:
141 install -c -m 0644 .etc/disable-terminals.inc $(DESTDIR)/$(sysconfdir)/firejail/. 141 install -c -m 0644 .etc/disable-terminals.inc $(DESTDIR)/$(sysconfdir)/firejail/.
142 install -c -m 0644 .etc/lxterminal.profile $(DESTDIR)/$(sysconfdir)/firejail/. 142 install -c -m 0644 .etc/lxterminal.profile $(DESTDIR)/$(sysconfdir)/firejail/.
143 install -c -m 0644 .etc/cherrytree.profile $(DESTDIR)/$(sysconfdir)/firejail/. 143 install -c -m 0644 .etc/cherrytree.profile $(DESTDIR)/$(sysconfdir)/firejail/.
144 install -c -m 0644 .etc/wesnoth.profile $(DESTDIR)/$(sysconfdir)/firejail/.
144 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 145 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
145 rm -fr .etc 146 rm -fr .etc
146 # man pages 147 # man pages
diff --git a/README b/README
index 6a0ecce3b..5f9215039 100644
--- a/README
+++ b/README
@@ -18,6 +18,8 @@ License: GPL v2
18Firejail Authors: 18Firejail Authors:
19 19
20netblue30 (netblue30@yahoo.com) 20netblue30 (netblue30@yahoo.com)
21Vasya Novikov (https://github.com/vn971)
22 - Wesnoth profile
21mahdi1234 (https://github.com/mahdi1234) 23mahdi1234 (https://github.com/mahdi1234)
22 - cherrytree profile 24 - cherrytree profile
23jrabe (https://github.com/jrabe) 25jrabe (https://github.com/jrabe)
diff --git a/README.md b/README.md
index 6769ad47e..e528beefa 100644
--- a/README.md
+++ b/README.md
@@ -102,4 +102,4 @@ $ man firejail-profile
102 102
103## New security profiles 103## New security profiles
104 104
105lxterminal, Epiphany, cherrytree 105lxterminal, Epiphany, cherrytree, Battle for Wesnoth
diff --git a/etc/wesnoth.profile b/etc/wesnoth.profile
index 697b81bcb..5668adff3 100644
--- a/etc/wesnoth.profile
+++ b/etc/wesnoth.profile
@@ -15,9 +15,14 @@ private-dev
15 15
16private-tmp 16private-tmp
17 17
18mkdir ${HOME}/.local
19mkdir ${HOME}/.local/share
18mkdir ${HOME}/.local/share/wesnoth 20mkdir ${HOME}/.local/share/wesnoth
21mkdir ${HOME}/.config
19mkdir ${HOME}/.config/wesnoth 22mkdir ${HOME}/.config/wesnoth
23mkdir ${HOME}/.cache
20mkdir ${HOME}/.cache/wesnoth 24mkdir ${HOME}/.cache/wesnoth
21whitelist ${HOME}/.local/share/wesnoth 25whitelist ${HOME}/.local/share/wesnoth
22whitelist ${HOME}/.config/wesnoth 26whitelist ${HOME}/.config/wesnoth
23whitelist ${HOME}/.cache/wesnoth 27whitelist ${HOME}/.cache/wesnoth
28include /etc/firejail/whitelist-common.inc
diff --git a/platform/debian/conffiles b/platform/debian/conffiles
index d4c60a339..41a8cfb0b 100644
--- a/platform/debian/conffiles
+++ b/platform/debian/conffiles
@@ -67,3 +67,4 @@
67/etc/disable-terminals.inc 67/etc/disable-terminals.inc
68/etc/lxterminal.profile 68/etc/lxterminal.profile
69/etc/cherrytree.profile 69/etc/cherrytree.profile
70/etc/wesnoth.profile