]> Zhao Yanbai Git Server - minix.git/commitdiff
Add /bin/false to /etc/shells
authorLionel Sambuc <lionel@minix3.org>
Mon, 14 Apr 2014 10:13:22 +0000 (12:13 +0200)
committerLionel Sambuc <lionel@minix3.org>
Mon, 28 Jul 2014 15:05:22 +0000 (17:05 +0200)
/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

etc/shells

index 4cbeaf9fdd82dd54536607219bec46de64e8a97e..13c450a7fe55712c12a5362bccdbac0086c10b44 100644 (file)
@@ -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