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/android-studio.profile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'etc/profile-a-l/android-studio.profile') diff --git a/etc/profile-a-l/android-studio.profile b/etc/profile-a-l/android-studio.profile index 5a21744cf..5bf6ed773 100644 --- a/etc/profile-a-l/android-studio.profile +++ b/etc/profile-a-l/android-studio.profile @@ -5,13 +5,13 @@ include android-studio.local # Persistent global definitions include globals.local -noblacklist ${HOME}/.config/Google -noblacklist ${HOME}/.AndroidStudio* -noblacklist ${HOME}/.android -noblacklist ${HOME}/.jack-server -noblacklist ${HOME}/.jack-settings -noblacklist ${HOME}/.local/share/JetBrains -noblacklist ${HOME}/.tooling +nodeny ${HOME}/.config/Google +nodeny ${HOME}/.AndroidStudio* +nodeny ${HOME}/.android +nodeny ${HOME}/.jack-server +nodeny ${HOME}/.jack-settings +nodeny ${HOME}/.local/share/JetBrains +nodeny ${HOME}/.tooling # Allows files commonly used by IDEs include allow-common-devel.inc -- cgit v1.2.3-70-g09d2