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