mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
merged epiphany browser profile
This commit is contained in:
parent
1bb8fddae5
commit
2d47de38f3
5 changed files with 22 additions and 2 deletions
|
|
@ -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
4
README
|
|
@ -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)
|
||||
|
|
|
|||
2
RELNOTES
2
RELNOTES
|
|
@ -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
16
etc/epiphany.profile
Normal 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
|
||||
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue