From eb24e76abe6bef856bdd5d8264be56009fcdfb67 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 16 Feb 2016 20:21:30 -0500 Subject: [PATCH] cherrytree profile --- Makefile.in | 1 + README | 2 ++ README.md | 3 +++ RELNOTES | 2 +- platform/debian/conffiles | 1 + 5 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index cf7ec6379..58667274c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 diff --git a/README b/README index 799921cfe..bf4d56b6f 100644 --- a/README +++ b/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) diff --git a/README.md b/README.md index 5f3ffbd8a..f502c8909 100644 --- a/README.md +++ b/README.md @@ -79,3 +79,6 @@ $ firejail --net=eth0 firefox $ firejail --nice=-5 firefox ````` +## New security profiles + +lxterminal, Epiphany, cherrytree diff --git a/RELNOTES b/RELNOTES index 9e1f124fb..8617ac659 100644 --- a/RELNOTES +++ b/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 Tue, 8 Feb 2016 10:00:00 -0500 diff --git a/platform/debian/conffiles b/platform/debian/conffiles index a2c3727ce..21578f57d 100644 --- a/platform/debian/conffiles +++ b/platform/debian/conffiles @@ -65,3 +65,4 @@ /etc/firejail/mupen64plus.profile /etc/disable-terminals.inc /etc/lxterminal.profile +/etc/cherrytree.profile