From 89a44f7e88997ebeea6bb4335b511eeada7cff43 Mon Sep 17 00:00:00 2001 From: crocket <748856+crocket@users.noreply.github.com> Date: Wed, 4 May 2022 08:08:59 +0000 Subject: Prevent emptty /usr/share in google-chrome profiles Without whitelist-usr-share-common, /usr/share becomes empty. Adding whitelist-runuser-common didn't break google chrome. Whitelisting /usr/share/mozilla/extensions and /usr/share/webext shouldn't break google chrome, either. I tested google-chrome.profile only, but I think later versions should not be different. --- etc/profile-a-l/google-chrome.profile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'etc/profile-a-l/google-chrome.profile') diff --git a/etc/profile-a-l/google-chrome.profile b/etc/profile-a-l/google-chrome.profile index 6de1405ee..66f76caa0 100644 --- a/etc/profile-a-l/google-chrome.profile +++ b/etc/profile-a-l/google-chrome.profile @@ -5,12 +5,6 @@ include google-chrome.local # Persistent global definitions include globals.local -# Disable for now, see https://github.com/netblue30/firejail/pull/3688#issuecomment-718711565 -ignore whitelist /usr/share/mozilla/extensions -ignore whitelist /usr/share/webext -ignore include whitelist-runuser-common.inc -ignore include whitelist-usr-share-common.inc - noblacklist ${HOME}/.cache/google-chrome noblacklist ${HOME}/.config/google-chrome -- cgit v1.2.3-54-g00ecf