diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc index 2c6ffb287b4..30685761705 100644 --- a/etc/inc/disable-programs.inc +++ b/etc/inc/disable-programs.inc @@ -161,6 +161,12 @@ blacklist ${HOME}/.config/cantata blacklist ${HOME}/.config/catfish blacklist ${HOME}/.config/celluloid blacklist ${HOME}/.config/cherrytree +blacklist ${HOME}/.config/chrome-flags.conf +blacklist ${HOME}/.config/chrome-flags.config +blacklist ${HOME}/.config/chrome-beta-flags.conf +blacklist ${HOME}/.config/chrome-beta-flags.config +blacklist ${HOME}/.config/chrome-unstable-flags.conf +blacklist ${HOME}/.config/chrome-unstable-flags.config blacklist ${HOME}/.config/chromium blacklist ${HOME}/.config/chromium-dev blacklist ${HOME}/.config/chromium-flags.conf diff --git a/etc/profile-a-l/google-chrome-beta.profile b/etc/profile-a-l/google-chrome-beta.profile index 73101f5098d..a62e4cf7458 100644 --- a/etc/profile-a-l/google-chrome-beta.profile +++ b/etc/profile-a-l/google-chrome-beta.profile @@ -8,10 +8,16 @@ include globals.local noblacklist ${HOME}/.cache/google-chrome-beta noblacklist ${HOME}/.config/google-chrome-beta +noblacklist ${HOME}/.config/chrome-beta-flags.conf +noblacklist ${HOME}/.config/chrome-beta-flags.config + mkdir ${HOME}/.cache/google-chrome-beta mkdir ${HOME}/.config/google-chrome-beta whitelist ${HOME}/.cache/google-chrome-beta whitelist ${HOME}/.config/google-chrome-beta +whitelist ${HOME}/.config/chrome-beta-flags.conf +whitelist ${HOME}/.config/chrome-beta-flags.config + # Redirect include chromium-common.profile diff --git a/etc/profile-a-l/google-chrome-unstable.profile b/etc/profile-a-l/google-chrome-unstable.profile index 50e9923aaf3..14547eab25d 100644 --- a/etc/profile-a-l/google-chrome-unstable.profile +++ b/etc/profile-a-l/google-chrome-unstable.profile @@ -8,10 +8,16 @@ include globals.local noblacklist ${HOME}/.cache/google-chrome-unstable noblacklist ${HOME}/.config/google-chrome-unstable +noblacklist ${HOME}/.config/chrome-unstable-flags.conf +noblacklist ${HOME}/.config/chrome-unstable-flags.config + mkdir ${HOME}/.cache/google-chrome-unstable mkdir ${HOME}/.config/google-chrome-unstable whitelist ${HOME}/.cache/google-chrome-unstable whitelist ${HOME}/.config/google-chrome-unstable +whitelist ${HOME}/.config/chrome-unstable-flags.conf +whitelist ${HOME}/.config/chrome-unstable-flags.config + # Redirect include chromium-common.profile diff --git a/etc/profile-a-l/google-chrome.profile b/etc/profile-a-l/google-chrome.profile index c69e98271f9..66f76caa0f0 100644 --- a/etc/profile-a-l/google-chrome.profile +++ b/etc/profile-a-l/google-chrome.profile @@ -8,10 +8,16 @@ include globals.local noblacklist ${HOME}/.cache/google-chrome noblacklist ${HOME}/.config/google-chrome +noblacklist ${HOME}/.config/chrome-flags.conf +noblacklist ${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 +whitelist ${HOME}/.config/chrome-flags.conf +whitelist ${HOME}/.config/chrome-flags.config + # Redirect include chromium-common.profile