merged epiphany browser profile

This commit is contained in:
netblue30 2016-02-16 10:50:23 -05:00
parent 1bb8fddae5
commit 2d47de38f3
5 changed files with 22 additions and 2 deletions

View file

@ -75,6 +75,7 @@ realinstall:
install -m 0755 -d $(DESTDIR)/$(sysconfdir)/firejail
install -c -m 0644 .etc/audacious.profile $(DESTDIR)/$(sysconfdir)/firejail/.
install -c -m 0644 .etc/clementine.profile $(DESTDIR)/$(sysconfdir)/firejail/.
install -c -m 0644 .etc/epiphany.profile $(DESTDIR)/$(sysconfdir)/firejail/.
install -c -m 0644 .etc/gnome-mplayer.profile $(DESTDIR)/$(sysconfdir)/firejail/.
install -c -m 0644 .etc/rhythmbox.profile $(DESTDIR)/$(sysconfdir)/firejail/.
install -c -m 0644 .etc/totem.profile $(DESTDIR)/$(sysconfdir)/firejail/.

4
README
View file

@ -18,8 +18,10 @@ License: GPL v2
Firejail Authors:
netblue30 (netblue30@yahoo.com)
jrabe (https://github.com/jrabe)
- Epiphany profile
jgriffiths (https://github.com/jgriffiths)
- make rpm packages support: "make rpms"
- make rpm packages support
Tom Mellor (https://github.com/kalegrill)
- mupen64plus profile
Martin Carpenter (https://github.com/mcarpenter)

View file

@ -5,7 +5,7 @@ firejail (0.9.39) baseline; urgency=low
* added --nice option
* --version also prints compile options
* build rpm packages using "make rpms"
* new profiles: lxterminal
* new profiles: lxterminal, Epiphany
* bugfixes
-- netblue30 <netblue30@yahoo.com> Tue, 8 Feb 2016 10:00:00 -0500

16
etc/epiphany.profile Normal file
View file

@ -0,0 +1,16 @@
# Epiphany browser profile
include /etc/firejail/disable-mgmt.inc
include /etc/firejail/disable-secret.inc
include /etc/firejail/disable-common.inc
include /etc/firejail/disable-devel.inc
include /etc/firejail/disable-terminals.inc
whitelist ${DOWNLOADS}
whitelist ${HOME}/.local/share/epiphany
whitelist ${HOME}/.config/epiphany
whitelist ${HOME}/.cache/epiphany
include /etc/firejail/whitelist-common.inc
caps.drop all
seccomp
protocol unix,inet,inet6
netfilter

View file

@ -21,6 +21,7 @@
/etc/firejail/vlc.profile
/etc/firejail/audacious.profile
/etc/firejail/clementine.profile
/etc/firejail/epiphany.profile
/etc/firejail/gnome-mplayer.profile
/etc/firejail/rhythmbox.profile
/etc/firejail/totem.profile