From 36ed6174773f6f1b6cc6a61d5a5fa0bb49cbf2aa Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Mon, 14 Apr 2014 12:13:22 +0200 Subject: [PATCH] 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 --- etc/shells | 1 + 1 file changed, 1 insertion(+) 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