aboutsummaryrefslogtreecommitdiff
path: root/etc/master.passwd
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-12-02 15:17:10 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-12-02 15:17:10 +0000
commit559fcf94935518d62f23f2f4d44c1c3629040814 (patch)
tree763d1064ff5672c4336262f664c835535dd6719c /etc/master.passwd
parent28ae06aad0bb8414e4e426c332795fffe6d2f0b6 (diff)
downloadsrc-559fcf94935518d62f23f2f4d44c1c3629040814.tar.gz
src-559fcf94935518d62f23f2f4d44c1c3629040814.zip
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
Notes
Notes: svn path=/head/; revision=41457
Diffstat (limited to 'etc/master.passwd')
-rw-r--r--etc/master.passwd2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/master.passwd b/etc/master.passwd
index 82d8359d04ec..3dfc4ab46b61 100644
--- a/etc/master.passwd
+++ b/etc/master.passwd
@@ -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