aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-11-06 07:08:41 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-11-06 07:08:41 -0500
commitea7fafe5d744daa042ea89216bb4a6433956d84a (patch)
treeddcd2cc0aa1ffa943e853d9c3c44902e940c8eb2
parenttodo (diff)
downloadfirejail-ea7fafe5d744daa042ea89216bb4a6433956d84a.tar.gz
firejail-ea7fafe5d744daa042ea89216bb4a6433956d84a.tar.zst
firejail-ea7fafe5d744daa042ea89216bb4a6433956d84a.zip
google chrome profile
-rw-r--r--Makefile.in1
-rw-r--r--RELNOTES2
-rw-r--r--etc/google-chrome.profile3
-rw-r--r--platform/debian/conffiles1
4 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index aeb1d34d0..4e2c6df3b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -85,6 +85,7 @@ realinstall:
85 install -c -m 0644 etc/evince.profile $(DESTDIR)/$(sysconfdir)/firejail/. 85 install -c -m 0644 etc/evince.profile $(DESTDIR)/$(sysconfdir)/firejail/.
86 install -c -m 0644 etc/chromium-browser.profile $(DESTDIR)/$(sysconfdir)/firejail/. 86 install -c -m 0644 etc/chromium-browser.profile $(DESTDIR)/$(sysconfdir)/firejail/.
87 install -c -m 0644 etc/chromium.profile $(DESTDIR)/$(sysconfdir)/firejail/. 87 install -c -m 0644 etc/chromium.profile $(DESTDIR)/$(sysconfdir)/firejail/.
88 install -c -m 0644 etc/google-chrome.profile $(DESTDIR)/$(sysconfdir)/firejail/.
88 install -c -m 0644 etc/disable-mgmt.inc $(DESTDIR)/$(sysconfdir)/firejail/. 89 install -c -m 0644 etc/disable-mgmt.inc $(DESTDIR)/$(sysconfdir)/firejail/.
89 install -c -m 0644 etc/disable-secret.inc $(DESTDIR)/$(sysconfdir)/firejail/. 90 install -c -m 0644 etc/disable-secret.inc $(DESTDIR)/$(sysconfdir)/firejail/.
90 install -c -m 0644 etc/disable-common.inc $(DESTDIR)/$(sysconfdir)/firejail/. 91 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
2 * added --ignore option 2 * added --ignore option
3 * added --protocol option 3 * added --protocol option
4 * support dual i386/amd64 seccomp filters 4 * support dual i386/amd64 seccomp filters
5 * IBus support 5 * added Google Chrome profile
6 * added Steam, Skype, Wine and Conkeror profiles 6 * added Steam, Skype, Wine and Conkeror profiles
7 * bugfixes 7 * bugfixes
8 -- netblue30 <netblue30@yahoo.com> Thu, 29 Oct 2015 08:00:00 -0500 8 -- netblue30 <netblue30@yahoo.com> 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 @@
1# Chromium browser profile
2include /etc/firejail/chromium.profile
3
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 @@
1/etc/firejail/evince.profile 1/etc/firejail/evince.profile
2/etc/firejail/disable-secret.inc 2/etc/firejail/disable-secret.inc
3/etc/firejail/chromium.profile 3/etc/firejail/chromium.profile
4/etc/firejail/google-chrome.profile
4/etc/firejail/midori.profile 5/etc/firejail/midori.profile
5/etc/firejail/icedove.profile 6/etc/firejail/icedove.profile
6/etc/firejail/iceweasel.profile 7/etc/firejail/iceweasel.profile