From ed08570377791c4cf7f0670a509f9d507175faed Mon Sep 17 00:00:00 2001 From: avoidr Date: Mon, 30 Nov 2015 20:50:45 +0100 Subject: [PATCH] add google-chrome-stable.profile --- Makefile.in | 1 + etc/google-chrome-stable.profile | 3 +++ platform/debian/conffiles | 3 ++- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 etc/google-chrome-stable.profile diff --git a/Makefile.in b/Makefile.in index 3ae71a230..e6d790a1f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -85,6 +85,7 @@ realinstall: 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/google-chrome-stable.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/google-chrome-stable.profile b/etc/google-chrome-stable.profile new file mode 100644 index 000000000..4cdc098d1 --- /dev/null +++ b/etc/google-chrome-stable.profile @@ -0,0 +1,3 @@ +# Chromium browser profile +include /etc/firejail/chromium.profile + diff --git a/platform/debian/conffiles b/platform/debian/conffiles index 6aeb9d5f4..97d8fae72 100644 --- a/platform/debian/conffiles +++ b/platform/debian/conffiles @@ -1,13 +1,14 @@ /etc/firejail/evince.profile /etc/firejail/disable-secret.inc /etc/firejail/chromium.profile +/etc/firejail/chromium-browser.profile /etc/firejail/google-chrome.profile +/etc/firejail/google-chrome-stable.profile /etc/firejail/midori.profile /etc/firejail/icedove.profile /etc/firejail/iceweasel.profile /etc/firejail/dropbox.profile /etc/firejail/login.users -/etc/firejail/chromium-browser.profile /etc/firejail/disable-mgmt.inc /etc/firejail/firefox.profile /etc/firejail/opera.profile