From 02fa127cbbee5b35e63bb7aef49ca5ba57956b1e Mon Sep 17 00:00:00 2001 From: netblue30 Date: Wed, 16 Mar 2016 12:02:58 -0400 Subject: added qutebrowser profile --- Makefile.in | 1 + README | 2 ++ README.md | 3 ++- platform/debian/conffiles | 2 ++ 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 1a22700e8..8dc052352 100644 --- a/Makefile.in +++ b/Makefile.in @@ -146,6 +146,7 @@ realinstall: install -c -m 0644 .etc/vivaldi.profile $(DESTDIR)/$(sysconfdir)/firejail/. install -c -m 0644 .etc/vivaldi-beta.profile $(DESTDIR)/$(sysconfdir)/firejail/. install -c -m 0644 .etc/atril.profile $(DESTDIR)/$(sysconfdir)/firejail/. + install -c -m 0644 .etc/qutebrowser.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 diff --git a/README b/README index 1bb6bb998..5875ddff7 100644 --- a/README +++ b/README @@ -18,6 +18,8 @@ License: GPL v2 Firejail Authors: netblue30 (netblue30@yahoo.com) +Alexander Stein (https://github.com/ajstein) + - added profile for qutebrowser Benjamin Kampmann (https://github.com/ligthyear) - Forward exit code from child process dshmgh (https://github.com/dshmgh) diff --git a/README.md b/README.md index 73d52af71..0865bc966 100644 --- a/README.md +++ b/README.md @@ -154,4 +154,5 @@ $ man firejail-profile ## New security profiles -lxterminal, Epiphany, cherrytree, Battle for Wesnoth, Hedgewars +lxterminal, Epiphany, cherrytree, Battle for Wesnoth, Hedgewars, qutebrowser + diff --git a/platform/debian/conffiles b/platform/debian/conffiles index 5240d87a6..5f552414f 100644 --- a/platform/debian/conffiles +++ b/platform/debian/conffiles @@ -72,3 +72,5 @@ /etc/firejail/vivaldi.profile /etc/firejail/vivaldi-beta.profile /etc/firejail/atril.profile +/etc/firejail/firejail.config +/etc/firejail/qutebrowser.profile -- cgit v1.2.3-54-g00ecf