mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
12 lines
369 B
Text
12 lines
369 B
Text
# This file is overwritten during software install.
|
|
# Persistent customizations should go in a .local file.
|
|
include allow-nodejs.local
|
|
|
|
ignore read-only ${HOME}/.nvm
|
|
noblacklist ${HOME}/.nvm
|
|
noblacklist ${PATH}/node
|
|
noblacklist /usr/include/node
|
|
|
|
# Allow python for node-gyp (blacklisted by disable-interpreters.inc)
|
|
include allow-python2.inc
|
|
include allow-python3.inc
|