From ea7fafe5d744daa042ea89216bb4a6433956d84a Mon Sep 17 00:00:00 2001 From: netblue30 Date: Fri, 6 Nov 2015 07:08:41 -0500 Subject: [PATCH] google chrome profile --- Makefile.in | 1 + RELNOTES | 2 +- etc/google-chrome.profile | 3 +++ platform/debian/conffiles | 1 + 4 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 etc/google-chrome.profile diff --git a/Makefile.in b/Makefile.in index aeb1d34d0..4e2c6df3b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -85,6 +85,7 @@ realinstall: install -c -m 0644 etc/evince.profile $(DESTDIR)/$(sysconfdir)/firejail/. install -c -m 0644 etc/chromium-browser.profile $(DESTDIR)/$(sysconfdir)/firejail/. install -c -m 0644 etc/chromium.profile $(DESTDIR)/$(sysconfdir)/firejail/. + install -c -m 0644 etc/google-chrome.profile $(DESTDIR)/$(sysconfdir)/firejail/. install -c -m 0644 etc/disable-mgmt.inc $(DESTDIR)/$(sysconfdir)/firejail/. install -c -m 0644 etc/disable-secret.inc $(DESTDIR)/$(sysconfdir)/firejail/. install -c -m 0644 etc/disable-common.inc $(DESTDIR)/$(sysconfdir)/firejail/. diff --git a/RELNOTES b/RELNOTES index cc9b4de95..e450ba5a1 100644 --- a/RELNOTES +++ b/RELNOTES @@ -2,7 +2,7 @@ firejail (0.9.34-rc1) baseline; urgency=low * added --ignore option * added --protocol option * support dual i386/amd64 seccomp filters - * IBus support + * added Google Chrome profile * added Steam, Skype, Wine and Conkeror profiles * bugfixes -- netblue30 Thu, 29 Oct 2015 08:00:00 -0500 diff --git a/etc/google-chrome.profile b/etc/google-chrome.profile new file mode 100644 index 000000000..4cdc098d1 --- /dev/null +++ b/etc/google-chrome.profile @@ -0,0 +1,3 @@ +# Chromium browser profile +include /etc/firejail/chromium.profile + diff --git a/platform/debian/conffiles b/platform/debian/conffiles index 6ba79f9c7..579e6caad 100644 --- a/platform/debian/conffiles +++ b/platform/debian/conffiles @@ -1,6 +1,7 @@ /etc/firejail/evince.profile /etc/firejail/disable-secret.inc /etc/firejail/chromium.profile +/etc/firejail/google-chrome.profile /etc/firejail/midori.profile /etc/firejail/icedove.profile /etc/firejail/iceweasel.profile