mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-23 06:02:23 -06:00
cherrytree profile
This commit is contained in:
parent
ef6b46e951
commit
eb24e76abe
5 changed files with 8 additions and 1 deletions
|
|
@ -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
2
README
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -79,3 +79,6 @@ $ firejail --net=eth0 firefox
|
|||
$ firejail --nice=-5 firefox
|
||||
`````
|
||||
|
||||
## New security profiles
|
||||
|
||||
lxterminal, Epiphany, cherrytree
|
||||
|
|
|
|||
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, Epiphany
|
||||
* new profiles: lxterminal, Epiphany, cherrytree
|
||||
* bugfixes
|
||||
-- netblue30 <netblue30@yahoo.com> Tue, 8 Feb 2016 10:00:00 -0500
|
||||
|
||||
|
|
|
|||
|
|
@ -65,3 +65,4 @@
|
|||
/etc/firejail/mupen64plus.profile
|
||||
/etc/disable-terminals.inc
|
||||
/etc/lxterminal.profile
|
||||
/etc/cherrytree.profile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue