aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in1
-rw-r--r--README4
-rw-r--r--RELNOTES2
-rw-r--r--etc/epiphany.profile16
-rw-r--r--platform/debian/conffiles1
5 files changed, 22 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index b436a89b2..cf7ec6379 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -75,6 +75,7 @@ realinstall:
75 install -m 0755 -d $(DESTDIR)/$(sysconfdir)/firejail 75 install -m 0755 -d $(DESTDIR)/$(sysconfdir)/firejail
76 install -c -m 0644 .etc/audacious.profile $(DESTDIR)/$(sysconfdir)/firejail/. 76 install -c -m 0644 .etc/audacious.profile $(DESTDIR)/$(sysconfdir)/firejail/.
77 install -c -m 0644 .etc/clementine.profile $(DESTDIR)/$(sysconfdir)/firejail/. 77 install -c -m 0644 .etc/clementine.profile $(DESTDIR)/$(sysconfdir)/firejail/.
78 install -c -m 0644 .etc/epiphany.profile $(DESTDIR)/$(sysconfdir)/firejail/.
78 install -c -m 0644 .etc/gnome-mplayer.profile $(DESTDIR)/$(sysconfdir)/firejail/. 79 install -c -m 0644 .etc/gnome-mplayer.profile $(DESTDIR)/$(sysconfdir)/firejail/.
79 install -c -m 0644 .etc/rhythmbox.profile $(DESTDIR)/$(sysconfdir)/firejail/. 80 install -c -m 0644 .etc/rhythmbox.profile $(DESTDIR)/$(sysconfdir)/firejail/.
80 install -c -m 0644 .etc/totem.profile $(DESTDIR)/$(sysconfdir)/firejail/. 81 install -c -m 0644 .etc/totem.profile $(DESTDIR)/$(sysconfdir)/firejail/.
diff --git a/README b/README
index ed5721de4..799921cfe 100644
--- a/README
+++ b/README
@@ -18,8 +18,10 @@ License: GPL v2
18Firejail Authors: 18Firejail Authors:
19 19
20netblue30 (netblue30@yahoo.com) 20netblue30 (netblue30@yahoo.com)
21jrabe (https://github.com/jrabe)
22 - Epiphany profile
21jgriffiths (https://github.com/jgriffiths) 23jgriffiths (https://github.com/jgriffiths)
22 - make rpm packages support: "make rpms" 24 - make rpm packages support
23Tom Mellor (https://github.com/kalegrill) 25Tom Mellor (https://github.com/kalegrill)
24 - mupen64plus profile 26 - mupen64plus profile
25Martin Carpenter (https://github.com/mcarpenter) 27Martin Carpenter (https://github.com/mcarpenter)
diff --git a/RELNOTES b/RELNOTES
index daa92d5dc..9e1f124fb 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 8 * new profiles: lxterminal, Epiphany
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/etc/epiphany.profile b/etc/epiphany.profile
new file mode 100644
index 000000000..e86a35258
--- /dev/null
+++ b/etc/epiphany.profile
@@ -0,0 +1,16 @@
1# Epiphany browser profile
2include /etc/firejail/disable-mgmt.inc
3include /etc/firejail/disable-secret.inc
4include /etc/firejail/disable-common.inc
5include /etc/firejail/disable-devel.inc
6include /etc/firejail/disable-terminals.inc
7whitelist ${DOWNLOADS}
8whitelist ${HOME}/.local/share/epiphany
9whitelist ${HOME}/.config/epiphany
10whitelist ${HOME}/.cache/epiphany
11include /etc/firejail/whitelist-common.inc
12caps.drop all
13seccomp
14protocol unix,inet,inet6
15netfilter
16
diff --git a/platform/debian/conffiles b/platform/debian/conffiles
index 27e65c5e6..a2c3727ce 100644
--- a/platform/debian/conffiles
+++ b/platform/debian/conffiles
@@ -21,6 +21,7 @@
21/etc/firejail/vlc.profile 21/etc/firejail/vlc.profile
22/etc/firejail/audacious.profile 22/etc/firejail/audacious.profile
23/etc/firejail/clementine.profile 23/etc/firejail/clementine.profile
24/etc/firejail/epiphany.profile
24/etc/firejail/gnome-mplayer.profile 25/etc/firejail/gnome-mplayer.profile
25/etc/firejail/rhythmbox.profile 26/etc/firejail/rhythmbox.profile
26/etc/firejail/totem.profile 27/etc/firejail/totem.profile