cherrytree profile

This commit is contained in:
netblue30 2016-02-16 20:21:30 -05:00
parent ef6b46e951
commit eb24e76abe
5 changed files with 8 additions and 1 deletions

View file

@ -139,6 +139,7 @@ realinstall:
install -c -m 0644 .etc/mupen64plus.profile $(DESTDIR)/$(sysconfdir)/firejail/.
install -c -m 0644 .etc/disable-terminals.inc $(DESTDIR)/$(sysconfdir)/firejail/.
install -c -m 0644 .etc/lxterminal.profile $(DESTDIR)/$(sysconfdir)/firejail/.
install -c -m 0644 .etc/cherrytree.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;"
rm -fr .etc
# man pages

2
README
View file

@ -18,6 +18,8 @@ License: GPL v2
Firejail Authors:
netblue30 (netblue30@yahoo.com)
mahdi1234 (https://github.com/mahdi1234)
- cherrytree profile
jrabe (https://github.com/jrabe)
- Epiphany profile
jgriffiths (https://github.com/jgriffiths)

View file

@ -79,3 +79,6 @@ $ firejail --net=eth0 firefox
$ firejail --nice=-5 firefox
`````
## New security profiles
lxterminal, Epiphany, cherrytree

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, Epiphany
* new profiles: lxterminal, Epiphany, cherrytree
* bugfixes
-- netblue30 <netblue30@yahoo.com> Tue, 8 Feb 2016 10:00:00 -0500

View file

@ -65,3 +65,4 @@
/etc/firejail/mupen64plus.profile
/etc/disable-terminals.inc
/etc/lxterminal.profile
/etc/cherrytree.profile