Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc make nobody's shell back /sbin/nologin. we'll use su -m ...



details:   https://anonhg.NetBSD.org/src/rev/ec5268e8e1a6
branches:  trunk
changeset: 538727:ec5268e8e1a6
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Oct 27 20:13:00 2002 +0000

description:
make nobody's shell back /sbin/nologin. we'll use su -m for xdm.

diffstat:

 etc/master.passwd |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (9 lines):

diff -r 97ee7414a1d1 -r ec5268e8e1a6 etc/master.passwd
--- a/etc/master.passwd Sun Oct 27 20:04:36 2002 +0000
+++ b/etc/master.passwd Sun Oct 27 20:13:00 2002 +0000
@@ -10,4 +10,4 @@
 sshd:*:16:16::0:0:& pseudo-user:/var/chroot/sshd:/sbin/nologin
 smmsp:*:17:17::0:0:Sendmail Message Submission Program:/nonexistent:/sbin/nologin
 uucp:*:66:1::0:0:UNIX-to-UNIX Copy:/var/spool/uucppublic:/usr/libexec/uucp/uucico
-nobody:*:32767:39::0:0:Unprivileged user:/nonexistent:
+nobody:*:32767:39::0:0:Unprivileged user:/nonexistent:/sbin/nologin



Home | Main Index | Thread Index | Old Index