aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-04-18 17:33:16 +0000
committerLibravatar GitHub <noreply@github.com>2019-04-18 17:33:16 +0000
commit3f11da39962770c3065763c9cd76214ad6af7ea3 (patch)
tree57e0f96353595a5b11603a5381264685ba5e0226
parentUpdate authenticator.profile (diff)
downloadfirejail-3f11da39962770c3065763c9cd76214ad6af7ea3.tar.gz
firejail-3f11da39962770c3065763c9cd76214ad6af7ea3.tar.zst
firejail-3f11da39962770c3065763c9cd76214ad6af7ea3.zip
Update code.profile
-rw-r--r--etc/code.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/code.profile b/etc/code.profile
index e28b8adf5..e7b65ea4b 100644
--- a/etc/code.profile
+++ b/etc/code.profile
@@ -5,8 +5,11 @@ include code.local
5# Persistent global definitions 5# Persistent global definitions
6include globals.local 6include globals.local
7 7
8noblacklist ${HOME}/.cargo/config
9noblacklist ${HOME}/.cargo/registry
8noblacklist ${HOME}/.config/Code 10noblacklist ${HOME}/.config/Code
9noblacklist ${HOME}/.config/Code - OSS 11noblacklist ${HOME}/.config/Code - OSS
12noblacklist ${HOME}/.gitconfig
10noblacklist ${HOME}/.pythonrc.py 13noblacklist ${HOME}/.pythonrc.py
11noblacklist ${HOME}/.vscode 14noblacklist ${HOME}/.vscode
12noblacklist ${HOME}/.vscode-oss 15noblacklist ${HOME}/.vscode-oss