From fe0f975f447d59977d90c3226cc8c623b31b20b3 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 5 Jul 2021 07:23:31 -0400 Subject: move whitelist/blacklist to allow/deny --- etc/profile-a-l/google-chrome.profile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 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 ed2595f72..f61642f17 100644 --- a/etc/profile-a-l/google-chrome.profile +++ b/etc/profile-a-l/google-chrome.profile @@ -10,19 +10,19 @@ ignore whitelist /usr/share/chromium ignore include whitelist-runuser-common.inc ignore include whitelist-usr-share-common.inc -noblacklist ${HOME}/.cache/google-chrome -noblacklist ${HOME}/.config/google-chrome +nodeny ${HOME}/.cache/google-chrome +nodeny ${HOME}/.config/google-chrome -noblacklist ${HOME}/.config/chrome-flags.conf -noblacklist ${HOME}/.config/chrome-flags.config +nodeny ${HOME}/.config/chrome-flags.conf +nodeny ${HOME}/.config/chrome-flags.config mkdir ${HOME}/.cache/google-chrome mkdir ${HOME}/.config/google-chrome -whitelist ${HOME}/.cache/google-chrome -whitelist ${HOME}/.config/google-chrome +allow ${HOME}/.cache/google-chrome +allow ${HOME}/.config/google-chrome -whitelist ${HOME}/.config/chrome-flags.conf -whitelist ${HOME}/.config/chrome-flags.config +allow ${HOME}/.config/chrome-flags.conf +allow ${HOME}/.config/chrome-flags.config # Redirect include chromium-common.profile -- cgit v1.2.3-54-g00ecf