From c128d90100e556f1a16a7d56201fdfeace1ebe5a Mon Sep 17 00:00:00 2001 From: avoidr Date: Mon, 30 Nov 2015 23:56:40 +0100 Subject: [PATCH] add google-chrome-unstable.profile --- Makefile.in | 1 + etc/chromium.profile | 2 ++ etc/google-chrome-unstable.profile | 3 +++ platform/debian/conffiles | 1 + 4 files changed, 7 insertions(+) create mode 100644 etc/google-chrome-unstable.profile diff --git a/Makefile.in b/Makefile.in index e4ca54109..143ac5975 100644 --- a/Makefile.in +++ b/Makefile.in @@ -87,6 +87,7 @@ realinstall: install -c -m 0644 .etc/google-chrome.profile $(DESTDIR)/$(sysconfdir)/firejail/. install -c -m 0644 .etc/google-chrome-stable.profile $(DESTDIR)/$(sysconfdir)/firejail/. install -c -m 0644 .etc/google-chrome-beta.profile $(DESTDIR)/$(sysconfdir)/firejail/. + install -c -m 0644 .etc/google-chrome-unstable.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/etc/chromium.profile b/etc/chromium.profile index faeb75e62..c86c5d9d0 100644 --- a/etc/chromium.profile +++ b/etc/chromium.profile @@ -2,6 +2,7 @@ noblacklist ${HOME}/.config/chromium noblacklist ${HOME}/.config/google-chrome noblacklist ${HOME}/.config/google-chrome-beta +noblacklist ${HOME}/.config/google-chrome-unstable include /etc/firejail/disable-mgmt.inc include /etc/firejail/disable-secret.inc include /etc/firejail/disable-common.inc @@ -15,5 +16,6 @@ whitelist ${DOWNLOADS} whitelist ~/.config/chromium whitelist ~/.config/google-chrome whitelist ~/.config/google-chrome-beta +whitelist ~/.config/google-chrome-unstable include /etc/firejail/whitelist-common.inc diff --git a/etc/google-chrome-unstable.profile b/etc/google-chrome-unstable.profile new file mode 100644 index 000000000..4cdc098d1 --- /dev/null +++ b/etc/google-chrome-unstable.profile @@ -0,0 +1,3 @@ +# Chromium browser profile +include /etc/firejail/chromium.profile + diff --git a/platform/debian/conffiles b/platform/debian/conffiles index 6decfb9cf..ea17a121e 100644 --- a/platform/debian/conffiles +++ b/platform/debian/conffiles @@ -5,6 +5,7 @@ /etc/firejail/google-chrome.profile /etc/firejail/google-chrome-stable.profile /etc/firejail/google-chrome-beta.profile +/etc/firejail/google-chrome-unstable.profile /etc/firejail/midori.profile /etc/firejail/icedove.profile /etc/firejail/iceweasel.profile