aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-03-24 08:27:33 -0400
committerLibravatar GitHub <noreply@github.com>2022-03-24 08:27:33 -0400
commitbb9d651b30d5b1334b7e0ec1ffee8a9f54a2d39a (patch)
treef7dd15b0d9699c01f563dff639a5c36e3170f44f /etc/profile-a-l
parentMerge pull request #5052 from kmk3/docs-private-bug (diff)
parentnodejs-common: fix note (diff)
downloadfirejail-bb9d651b30d5b1334b7e0ec1ffee8a9f54a2d39a.tar.gz
firejail-bb9d651b30d5b1334b7e0ec1ffee8a9f54a2d39a.tar.zst
firejail-bb9d651b30d5b1334b7e0ec1ffee8a9f54a2d39a.zip
Merge pull request #5058 from glitsj16/nodejs-nvm
Node.js stack refactoring
Diffstat (limited to 'etc/profile-a-l')
-rw-r--r--etc/profile-a-l/curl.profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/profile-a-l/curl.profile b/etc/profile-a-l/curl.profile
index 448d8b655..7d7863b6a 100644
--- a/etc/profile-a-l/curl.profile
+++ b/etc/profile-a-l/curl.profile
@@ -18,6 +18,10 @@ noblacklist ${HOME}/.curlrc
18blacklist /tmp/.X11-unix 18blacklist /tmp/.X11-unix
19blacklist ${RUNUSER} 19blacklist ${RUNUSER}
20 20
21# If you use nvm, add the below lines to your curl.local
22#ignore read-only ${HOME}/.nvm
23#noblacklist ${HOME}/.nvm
24
21include disable-common.inc 25include disable-common.inc
22include disable-exec.inc 26include disable-exec.inc
23include disable-programs.inc 27include disable-programs.inc