aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in1
-rw-r--r--README2
-rw-r--r--README.md3
-rw-r--r--RELNOTES2
-rw-r--r--platform/debian/conffiles1
5 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index cf7ec6379..58667274c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -139,6 +139,7 @@ realinstall:
139 install -c -m 0644 .etc/mupen64plus.profile $(DESTDIR)/$(sysconfdir)/firejail/. 139 install -c -m 0644 .etc/mupen64plus.profile $(DESTDIR)/$(sysconfdir)/firejail/.
140 install -c -m 0644 .etc/disable-terminals.inc $(DESTDIR)/$(sysconfdir)/firejail/. 140 install -c -m 0644 .etc/disable-terminals.inc $(DESTDIR)/$(sysconfdir)/firejail/.
141 install -c -m 0644 .etc/lxterminal.profile $(DESTDIR)/$(sysconfdir)/firejail/. 141 install -c -m 0644 .etc/lxterminal.profile $(DESTDIR)/$(sysconfdir)/firejail/.
142 install -c -m 0644 .etc/cherrytree.profile $(DESTDIR)/$(sysconfdir)/firejail/.
142 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 143 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
143 rm -fr .etc 144 rm -fr .etc
144 # man pages 145 # man pages
diff --git a/README b/README
index 799921cfe..bf4d56b6f 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)
21mahdi1234 (https://github.com/mahdi1234)
22 - cherrytree profile
21jrabe (https://github.com/jrabe) 23jrabe (https://github.com/jrabe)
22 - Epiphany profile 24 - Epiphany profile
23jgriffiths (https://github.com/jgriffiths) 25jgriffiths (https://github.com/jgriffiths)
diff --git a/README.md b/README.md
index 5f3ffbd8a..f502c8909 100644
--- a/README.md
+++ b/README.md
@@ -79,3 +79,6 @@ $ firejail --net=eth0 firefox
79 $ firejail --nice=-5 firefox 79 $ firejail --nice=-5 firefox
80````` 80`````
81 81
82## New security profiles
83
84lxterminal, Epiphany, cherrytree
diff --git a/RELNOTES b/RELNOTES
index 9e1f124fb..8617ac659 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -5,7 +5,7 @@ firejail (0.9.39) baseline; urgency=low
5 * added --nice option 5 * added --nice option
6 * --version also prints compile options 6 * --version also prints compile options
7 * build rpm packages using "make rpms" 7 * build rpm packages using "make rpms"
8 * new profiles: lxterminal, Epiphany 8 * new profiles: lxterminal, Epiphany, cherrytree
9 * bugfixes 9 * bugfixes
10 -- netblue30 <netblue30@yahoo.com> Tue, 8 Feb 2016 10:00:00 -0500 10 -- netblue30 <netblue30@yahoo.com> Tue, 8 Feb 2016 10:00:00 -0500
11 11
diff --git a/platform/debian/conffiles b/platform/debian/conffiles
index a2c3727ce..21578f57d 100644
--- a/platform/debian/conffiles
+++ b/platform/debian/conffiles
@@ -65,3 +65,4 @@
65/etc/firejail/mupen64plus.profile 65/etc/firejail/mupen64plus.profile
66/etc/disable-terminals.inc 66/etc/disable-terminals.inc
67/etc/lxterminal.profile 67/etc/lxterminal.profile
68/etc/cherrytree.profile