mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
added abrowser profile
This commit is contained in:
parent
17d09d97ee
commit
53d8a86e68
4 changed files with 5 additions and 1 deletions
|
|
@ -162,6 +162,7 @@ realinstall:
|
|||
install -c -m 0644 .etc/dnsmasq.profile $(DESTDIR)/$(sysconfdir)/firejail/.
|
||||
install -c -m 0644 .etc/palemoon.profile $(DESTDIR)/$(sysconfdir)/firejail/.
|
||||
install -c -m 0644 .etc/icedove.profile $(DESTDIR)/$(sysconfdir)/firejail/.
|
||||
install -c -m 0644 .etc/abrowser.profile $(DESTDIR)/$(sysconfdir)/firejail/.
|
||||
sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
|
||||
sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/firejail.config ]; then install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
|
||||
rm -fr .etc
|
||||
|
|
|
|||
2
README
2
README
|
|
@ -18,6 +18,8 @@ License: GPL v2
|
|||
Firejail Authors:
|
||||
|
||||
netblue30 (netblue30@yahoo.com)
|
||||
Joan Figueras (https://github.com/figue)
|
||||
- added abrowser profile
|
||||
Fred-Barclay (https://github.com/Fred-Barclay)
|
||||
- added Vivaldi, Atril profiles
|
||||
- added PaleMoon profile
|
||||
|
|
|
|||
|
|
@ -281,5 +281,5 @@ $ man firejail-profile
|
|||
|
||||
## New security profiles
|
||||
lxterminal, Epiphany, cherrytree, Polari, Vivaldi, Atril, qutebrowser, SlimJet, Battle for Wesnoth, Hedgewars, qTox,
|
||||
OpenSSH client, OpenBox window manager, Dillo, cmus, dnsmasq, PaleMoon, Icedove
|
||||
OpenSSH client, OpenBox window manager, Dillo, cmus, dnsmasq, PaleMoon, Icedove, abrowser
|
||||
|
||||
|
|
|
|||
|
|
@ -81,3 +81,4 @@
|
|||
/etc/firejail/cmus.profile
|
||||
/etc/firejail/dnsmasq.profile
|
||||
/etc/firejail/palemoon.profile
|
||||
/etc/firejail/abrowser.profile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue