From: Lionel Sambuc Date: Mon, 14 Apr 2014 10:13:22 +0000 (+0200) Subject: Add /bin/false to /etc/shells X-Git-Tag: v3.3.0~368 X-Git-Url: http://zhaoyanbai.com/repos/man.arpaname.html?a=commitdiff_plain;h=36ed6174773f6f1b6cc6a61d5a5fa0bb49cbf2aa;p=minix.git Add /bin/false to /etc/shells /bin/false is often used by PKGSRC packages which create unpriviledged users as part of their install process. This fixes the generation and installation of such packages. Change-Id: Ie2a590c56c86dc40a61e3c08d14f5443ebe4f58c --- diff --git a/etc/shells b/etc/shells index 4cbeaf9fd..13c450a7f 100644 --- a/etc/shells +++ b/etc/shells @@ -4,6 +4,7 @@ # Ftpd will not allow users to connect who are not using # one of these shells. +/bin/false /bin/sh /bin/csh /bin/ksh