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
This commit is contained in:
parent
eaa642e09d
commit
36ed617477
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
# Ftpd will not allow users to connect who are not using
|
# Ftpd will not allow users to connect who are not using
|
||||||
# one of these shells.
|
# one of these shells.
|
||||||
|
|
||||||
|
/bin/false
|
||||||
/bin/sh
|
/bin/sh
|
||||||
/bin/csh
|
/bin/csh
|
||||||
/bin/ksh
|
/bin/ksh
|
||||||
|
|
Loading…
Reference in a new issue