aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/android-studio.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-07-05 07:23:31 -0400
committerLibravatar netblue30 <netblue30@protonmail.com>2021-07-05 07:23:31 -0400
commitfe0f975f447d59977d90c3226cc8c623b31b20b3 (patch)
tree70897a33cde6c716e273d927d18a6be4b54c18a9 /etc/profile-a-l/android-studio.profile
parentdeprecated whitelist=yes/no in /etc/firejail/firejail.config (diff)
downloadfirejail-fe0f975f447d59977d90c3226cc8c623b31b20b3.tar.gz
firejail-fe0f975f447d59977d90c3226cc8c623b31b20b3.tar.zst
firejail-fe0f975f447d59977d90c3226cc8c623b31b20b3.zip
move whitelist/blacklist to allow/deny
Diffstat (limited to 'etc/profile-a-l/android-studio.profile')
-rw-r--r--etc/profile-a-l/android-studio.profile14
1 files changed, 7 insertions, 7 deletions
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
5# Persistent global definitions 5# Persistent global definitions
6include globals.local 6include globals.local
7 7
8noblacklist ${HOME}/.config/Google 8nodeny ${HOME}/.config/Google
9noblacklist ${HOME}/.AndroidStudio* 9nodeny ${HOME}/.AndroidStudio*
10noblacklist ${HOME}/.android 10nodeny ${HOME}/.android
11noblacklist ${HOME}/.jack-server 11nodeny ${HOME}/.jack-server
12noblacklist ${HOME}/.jack-settings 12nodeny ${HOME}/.jack-settings
13noblacklist ${HOME}/.local/share/JetBrains 13nodeny ${HOME}/.local/share/JetBrains
14noblacklist ${HOME}/.tooling 14nodeny ${HOME}/.tooling
15 15
16# Allows files commonly used by IDEs 16# Allows files commonly used by IDEs
17include allow-common-devel.inc 17include allow-common-devel.inc