aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-15 08:01:25 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-15 08:01:25 -0400
commit53d8a86e681cdf68e36abbe33d98a1cc44214b8b (patch)
treeffea8d8932342b3329bc3c9b7ad2e199802981c4
parentMerge pull request #436 from figue/master (diff)
downloadfirejail-53d8a86e681cdf68e36abbe33d98a1cc44214b8b.tar.gz
firejail-53d8a86e681cdf68e36abbe33d98a1cc44214b8b.tar.zst
firejail-53d8a86e681cdf68e36abbe33d98a1cc44214b8b.zip
added abrowser profile
-rw-r--r--Makefile.in1
-rw-r--r--README2
-rw-r--r--README.md2
-rw-r--r--platform/debian/conffiles1
4 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 7aa080dfc..3a555f55c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -162,6 +162,7 @@ realinstall:
162 install -c -m 0644 .etc/dnsmasq.profile $(DESTDIR)/$(sysconfdir)/firejail/. 162 install -c -m 0644 .etc/dnsmasq.profile $(DESTDIR)/$(sysconfdir)/firejail/.
163 install -c -m 0644 .etc/palemoon.profile $(DESTDIR)/$(sysconfdir)/firejail/. 163 install -c -m 0644 .etc/palemoon.profile $(DESTDIR)/$(sysconfdir)/firejail/.
164 install -c -m 0644 .etc/icedove.profile $(DESTDIR)/$(sysconfdir)/firejail/. 164 install -c -m 0644 .etc/icedove.profile $(DESTDIR)/$(sysconfdir)/firejail/.
165 install -c -m 0644 .etc/abrowser.profile $(DESTDIR)/$(sysconfdir)/firejail/.
165 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 166 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
166 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/firejail.config ]; then install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 167 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/firejail.config ]; then install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
167 rm -fr .etc 168 rm -fr .etc
diff --git a/README b/README
index 849a74599..ee58143b5 100644
--- a/README
+++ b/README
@@ -18,6 +18,8 @@ License: GPL v2
18Firejail Authors: 18Firejail Authors:
19 19
20netblue30 (netblue30@yahoo.com) 20netblue30 (netblue30@yahoo.com)
21Joan Figueras (https://github.com/figue)
22 - added abrowser profile
21Fred-Barclay (https://github.com/Fred-Barclay) 23Fred-Barclay (https://github.com/Fred-Barclay)
22 - added Vivaldi, Atril profiles 24 - added Vivaldi, Atril profiles
23 - added PaleMoon profile 25 - added PaleMoon profile
diff --git a/README.md b/README.md
index b625cff57..e18777bf5 100644
--- a/README.md
+++ b/README.md
@@ -281,5 +281,5 @@ $ man firejail-profile
281 281
282## New security profiles 282## New security profiles
283lxterminal, Epiphany, cherrytree, Polari, Vivaldi, Atril, qutebrowser, SlimJet, Battle for Wesnoth, Hedgewars, qTox, 283lxterminal, Epiphany, cherrytree, Polari, Vivaldi, Atril, qutebrowser, SlimJet, Battle for Wesnoth, Hedgewars, qTox,
284OpenSSH client, OpenBox window manager, Dillo, cmus, dnsmasq, PaleMoon, Icedove 284OpenSSH client, OpenBox window manager, Dillo, cmus, dnsmasq, PaleMoon, Icedove, abrowser
285 285
diff --git a/platform/debian/conffiles b/platform/debian/conffiles
index c16323a92..7ed4c3152 100644
--- a/platform/debian/conffiles
+++ b/platform/debian/conffiles
@@ -81,3 +81,4 @@
81/etc/firejail/cmus.profile 81/etc/firejail/cmus.profile
82/etc/firejail/dnsmasq.profile 82/etc/firejail/dnsmasq.profile
83/etc/firejail/palemoon.profile 83/etc/firejail/palemoon.profile
84/etc/firejail/abrowser.profile