Source-Changes-HG archive

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

[src/trunk]: src/etc Don't make the shell of nobody /sbin/nologin. There are ...



details:   https://anonhg.NetBSD.org/src/rev/b083d6369074
branches:  trunk
changeset: 538714:b083d6369074
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Oct 27 00:07:47 2002 +0000

description:
Don't make the shell of nobody /sbin/nologin. There are programs that expect
to be executing su nobody -c 'command', such as xdm's Xwilling do this.

diffstat:

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

diffs (9 lines):

diff -r 46a7f567b9c8 -r b083d6369074 etc/master.passwd
--- a/etc/master.passwd Sat Oct 26 20:10:02 2002 +0000
+++ b/etc/master.passwd Sun Oct 27 00:07:47 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:/sbin/nologin
+nobody:*:32767:39::0:0:Unprivileged user:/nonexistent:



Home | Main Index | Thread Index | Old Index