aboutsummaryrefslogtreecommitdiffstats
path: root/etc/inc/allow-nodejs.inc
blob: e915b3866c93af6778928efa04454033ebf0d054 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# This file is overwritten during software install.
# Persistent customizations should go in a .local file.
include allow-nodejs.local

nodeny  ${PATH}/node
nodeny  /usr/include/node

# Allow python for node-gyp (blacklisted by disable-interpreters.inc)
include allow-python2.inc
include allow-python3.inc