From f18124baa4290e658babc6dd0716232e9a474335 Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Fri, 15 Jan 2021 21:51:20 +0100 Subject: Add new allow include allow-bin-sh.inc /bin/sh is usually just a symlink to bash. However this is not the case for every distro, debian for example uses dash. bash,dash and sh have a blacklist command in disable-shell.inc. An own allow-*.inc for it enusres usage of all necessary nolacklists. For private-bin sh is enough because it follows symlinks. --- etc/profile-m-z/nodejs-common.profile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'etc/profile-m-z/nodejs-common.profile') diff --git a/etc/profile-m-z/nodejs-common.profile b/etc/profile-m-z/nodejs-common.profile index acef622c2..c12fc9a78 100644 --- a/etc/profile-m-z/nodejs-common.profile +++ b/etc/profile-m-z/nodejs-common.profile @@ -12,9 +12,7 @@ blacklist ${RUNUSER} ignore noexec ${HOME} -noblacklist ${PATH}/bash -noblacklist ${PATH}/dash -noblacklist ${PATH}/sh +include allow-bin-sh.inc include disable-common.inc include disable-exec.inc -- cgit v1.2.3-70-g09d2