aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2022-04-14 22:15:54 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2022-04-14 22:15:54 +0200
commit56ebc8ac984a8fc6f4470ab507f7bc0fd3720bbd (patch)
treef11c7dfcf6e0c5768d613df9080fb9d802002a30
parentfix --writable-etc (diff)
downloadfirejail-56ebc8ac984a8fc6f4470ab507f7bc0fd3720bbd.tar.gz
firejail-56ebc8ac984a8fc6f4470ab507f7bc0fd3720bbd.tar.zst
firejail-56ebc8ac984a8fc6f4470ab507f7bc0fd3720bbd.zip
Fix chromium browsers in firejail 0.9.68
closes #4965
-rw-r--r--etc/profile-a-l/bnox.profile2
-rw-r--r--etc/profile-a-l/dnox.profile2
-rw-r--r--etc/profile-a-l/enox.profile2
-rw-r--r--etc/profile-a-l/flashpeak-slimjet.profile2
-rw-r--r--etc/profile-a-l/google-chrome-beta.profile2
-rw-r--r--etc/profile-a-l/google-chrome-unstable.profile2
-rw-r--r--etc/profile-a-l/google-chrome.profile2
-rw-r--r--etc/profile-a-l/inox.profile3
-rw-r--r--etc/profile-m-z/snox.profile2
-rw-r--r--etc/profile-m-z/yandex-browser.profile2
-rw-r--r--etc/templates/profile.template2
11 files changed, 21 insertions, 2 deletions
diff --git a/etc/profile-a-l/bnox.profile b/etc/profile-a-l/bnox.profile
index 8729d8d40..c76f5d90e 100644
--- a/etc/profile-a-l/bnox.profile
+++ b/etc/profile-a-l/bnox.profile
@@ -6,6 +6,8 @@ include bnox.local
6include globals.local 6include globals.local
7 7
8# Disable for now, see https://github.com/netblue30/firejail/pull/3688#issuecomment-718711565 8# Disable for now, see https://github.com/netblue30/firejail/pull/3688#issuecomment-718711565
9ignore whitelist /usr/share/mozilla/extensions
10ignore whitelist /usr/share/webext
9ignore include whitelist-runuser-common.inc 11ignore include whitelist-runuser-common.inc
10ignore include whitelist-usr-share-common.inc 12ignore include whitelist-usr-share-common.inc
11 13
diff --git a/etc/profile-a-l/dnox.profile b/etc/profile-a-l/dnox.profile
index 2169c8552..612bd0527 100644
--- a/etc/profile-a-l/dnox.profile
+++ b/etc/profile-a-l/dnox.profile
@@ -6,6 +6,8 @@ include dnox.local
6include globals.local 6include globals.local
7 7
8# Disable for now, see https://github.com/netblue30/firejail/pull/3688#issuecomment-718711565 8# Disable for now, see https://github.com/netblue30/firejail/pull/3688#issuecomment-718711565
9ignore whitelist /usr/share/mozilla/extensions
10ignore whitelist /usr/share/webext
9ignore include whitelist-runuser-common.inc 11ignore include whitelist-runuser-common.inc
10ignore include whitelist-usr-share-common.inc 12ignore include whitelist-usr-share-common.inc
11 13
diff --git a/etc/profile-a-l/enox.profile b/etc/profile-a-l/enox.profile
index ef766c654..0199fcf34 100644
--- a/etc/profile-a-l/enox.profile
+++ b/etc/profile-a-l/enox.profile
@@ -6,6 +6,8 @@ include enox.local
6include globals.local 6include globals.local
7 7
8# Disable for now, see https://github.com/netblue30/firejail/pull/3688#issuecomment-718711565 8# Disable for now, see https://github.com/netblue30/firejail/pull/3688#issuecomment-718711565
9ignore whitelist /usr/share/mozilla/extensions
10ignore whitelist /usr/share/webext
9ignore include whitelist-runuser-common.inc 11ignore include whitelist-runuser-common.inc
10ignore include whitelist-usr-share-common.inc 12ignore include whitelist-usr-share-common.inc
11 13
diff --git a/etc/profile-a-l/flashpeak-slimjet.profile b/etc/profile-a-l/flashpeak-slimjet.profile
index 317a20bb7..90683675c 100644
--- a/etc/profile-a-l/flashpeak-slimjet.profile
+++ b/etc/profile-a-l/flashpeak-slimjet.profile
@@ -6,6 +6,8 @@ include flashpeak-slimjet.local
6include globals.local 6include globals.local
7 7
8# Disable for now, see https://github.com/netblue30/firejail/pull/3688#issuecomment-718711565 8# Disable for now, see https://github.com/netblue30/firejail/pull/3688#issuecomment-718711565
9ignore whitelist /usr/share/mozilla/extensions
10ignore whitelist /usr/share/webext
9ignore include whitelist-runuser-common.inc 11ignore include whitelist-runuser-common.inc
10ignore include whitelist-usr-share-common.inc 12ignore include whitelist-usr-share-common.inc
11 13
diff --git a/etc/profile-a-l/google-chrome-beta.profile b/etc/profile-a-l/google-chrome-beta.profile
index fed227b06..72766085a 100644
--- a/etc/profile-a-l/google-chrome-beta.profile
+++ b/etc/profile-a-l/google-chrome-beta.profile
@@ -6,6 +6,8 @@ include google-chrome-beta.local
6include globals.local 6include globals.local
7 7
8# Disable for now, see https://github.com/netblue30/firejail/pull/3688#issuecomment-718711565 8# Disable for now, see https://github.com/netblue30/firejail/pull/3688#issuecomment-718711565
9ignore whitelist /usr/share/mozilla/extensions
10ignore whitelist /usr/share/webext
9ignore include whitelist-runuser-common.inc 11ignore include whitelist-runuser-common.inc
10ignore include whitelist-usr-share-common.inc 12ignore include whitelist-usr-share-common.inc
11 13
diff --git a/etc/profile-a-l/google-chrome-unstable.profile b/etc/profile-a-l/google-chrome-unstable.profile
index 91962c62a..b8ded94d3 100644
--- a/etc/profile-a-l/google-chrome-unstable.profile
+++ b/etc/profile-a-l/google-chrome-unstable.profile
@@ -6,6 +6,8 @@ include google-chrome-unstable.local
6include globals.local 6include globals.local
7 7
8# Disable for now, see https://github.com/netblue30/firejail/pull/3688#issuecomment-718711565 8# Disable for now, see https://github.com/netblue30/firejail/pull/3688#issuecomment-718711565
9ignore whitelist /usr/share/mozilla/extensions
10ignore whitelist /usr/share/webext
9ignore include whitelist-runuser-common.inc 11ignore include whitelist-runuser-common.inc
10ignore include whitelist-usr-share-common.inc 12ignore include whitelist-usr-share-common.inc
11 13
diff --git a/etc/profile-a-l/google-chrome.profile b/etc/profile-a-l/google-chrome.profile
index 7a4cb5fc9..6de1405ee 100644
--- a/etc/profile-a-l/google-chrome.profile
+++ b/etc/profile-a-l/google-chrome.profile
@@ -6,6 +6,8 @@ include google-chrome.local
6include globals.local 6include globals.local
7 7
8# Disable for now, see https://github.com/netblue30/firejail/pull/3688#issuecomment-718711565 8# Disable for now, see https://github.com/netblue30/firejail/pull/3688#issuecomment-718711565
9ignore whitelist /usr/share/mozilla/extensions
10ignore whitelist /usr/share/webext
9ignore include whitelist-runuser-common.inc 11ignore include whitelist-runuser-common.inc
10ignore include whitelist-usr-share-common.inc 12ignore include whitelist-usr-share-common.inc
11 13
diff --git a/etc/profile-a-l/inox.profile b/etc/profile-a-l/inox.profile
index a5cac12f2..5f0ea7c74 100644
--- a/etc/profile-a-l/inox.profile
+++ b/etc/profile-a-l/inox.profile
@@ -6,7 +6,8 @@ include inox.local
6include globals.local 6include globals.local
7 7
8# Disable for now, see https://github.com/netblue30/firejail/pull/3688#issuecomment-718711565 8# Disable for now, see https://github.com/netblue30/firejail/pull/3688#issuecomment-718711565
9ignore whitelist /usr/share/chromium 9ignore whitelist /usr/share/mozilla/extensions
10ignore whitelist /usr/share/webext
10ignore include whitelist-runuser-common.inc 11ignore include whitelist-runuser-common.inc
11ignore include whitelist-usr-share-common.inc 12ignore include whitelist-usr-share-common.inc
12 13
diff --git a/etc/profile-m-z/snox.profile b/etc/profile-m-z/snox.profile
index 9d3ed8c1a..ce2b715bb 100644
--- a/etc/profile-m-z/snox.profile
+++ b/etc/profile-m-z/snox.profile
@@ -6,6 +6,8 @@ include snox.local
6include globals.local 6include globals.local
7 7
8# Disable for now, see https://github.com/netblue30/firejail/pull/3688#issuecomment-718711565 8# Disable for now, see https://github.com/netblue30/firejail/pull/3688#issuecomment-718711565
9ignore whitelist /usr/share/mozilla/extensions
10ignore whitelist /usr/share/webext
9ignore include whitelist-runuser-common.inc 11ignore include whitelist-runuser-common.inc
10ignore include whitelist-usr-share-common.inc 12ignore include whitelist-usr-share-common.inc
11 13
diff --git a/etc/profile-m-z/yandex-browser.profile b/etc/profile-m-z/yandex-browser.profile
index 3ae6b1cf0..ca2018903 100644
--- a/etc/profile-m-z/yandex-browser.profile
+++ b/etc/profile-m-z/yandex-browser.profile
@@ -6,6 +6,8 @@ include yandex-browser.local
6include globals.local 6include globals.local
7 7
8# Disable for now, see https://github.com/netblue30/firejail/pull/3688#issuecomment-718711565 8# Disable for now, see https://github.com/netblue30/firejail/pull/3688#issuecomment-718711565
9ignore whitelist /usr/share/mozilla/extensions
10ignore whitelist /usr/share/webext
9ignore include whitelist-runuser-common.inc 11ignore include whitelist-runuser-common.inc
10ignore include whitelist-usr-share-common.inc 12ignore include whitelist-usr-share-common.inc
11 13
diff --git a/etc/templates/profile.template b/etc/templates/profile.template
index aefb75c2c..28339765f 100644
--- a/etc/templates/profile.template
+++ b/etc/templates/profile.template
@@ -106,7 +106,7 @@ include globals.local
106#blacklist ${RUNUSER}/wayland-* 106#blacklist ${RUNUSER}/wayland-*
107# Disable RUNUSER (cli only; supersedes Disable Wayland) 107# Disable RUNUSER (cli only; supersedes Disable Wayland)
108#blacklist ${RUNUSER} 108#blacklist ${RUNUSER}
109# Remove the next blacklist if you system has no /usr/libexec dir, 109# Remove the next blacklist if your system has no /usr/libexec dir,
110# otherwise try to add it. 110# otherwise try to add it.
111#blacklist /usr/libexec 111#blacklist /usr/libexec
112 112