Use /sbin/nologin as shell for operator

Replace non-existent directory for operator with /
Supply by default operator with non-existent but can be created directory
and /bin/csh is kinda security risk
This commit is contained in:
Andrey A. Chernov 1998-12-02 15:17:10 +00:00
parent 28ae06aad0
commit 559fcf9493
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41457

View File

@ -1,7 +1,7 @@
root::0:0::0:0:Charlie &:/root:/bin/csh
toor:*:0:0::0:0:Bourne-again Superuser:/root:
daemon:*:1:1::0:0:Owner of many system processes:/root:/sbin/nologin
operator:*:2:5::0:0:System &:/usr/guest/operator:/bin/csh
operator:*:2:5::0:0:System &:/:/sbin/nologin
bin:*:3:7::0:0:Binaries Commands and Source,,,:/:/sbin/nologin
tty:*:4:65533::0:0:Tty Sandbox:/:/sbin/nologin
kmem:*:5:65533::0:0:KMem Sandbox:/:/sbin/nologin