Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc Add the _atf user and group to be able to run unprivileg...
details: https://anonhg.NetBSD.org/src/rev/09ee2c19afec
branches: trunk
changeset: 758542:09ee2c19afec
user: jmmv <jmmv%NetBSD.org@localhost>
date: Sun Nov 07 17:47:47 2010 +0000
description:
Add the _atf user and group to be able to run unprivileged tests automatically
without having to manually tweak the 'unprivileged-user' setting. Suggested
by pooka@.
diffstat:
etc/group | 1 +
etc/master.passwd | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diffs (21 lines):
diff -r cb0cc795a9d6 -r 09ee2c19afec etc/group
--- a/etc/group Sun Nov 07 17:46:45 2010 +0000
+++ b/etc/group Sun Nov 07 17:47:47 2010 +0000
@@ -21,6 +21,7 @@
_sdpd:*:23:
_httpd:*:24:
_mdnsd:*:25:
+_atf:*:26:
guest:*:31:root
nobody:*:39:
utmp:*:45:
diff -r cb0cc795a9d6 -r 09ee2c19afec etc/master.passwd
--- a/etc/master.passwd Sun Nov 07 17:46:45 2010 +0000
+++ b/etc/master.passwd Sun Nov 07 17:47:47 2010 +0000
@@ -15,5 +15,6 @@
_sdpd:*:23:23::0:0:& pseudo-user:/nonexistent:/sbin/nologin
_httpd:*:24:24::0:0:& pseudo-user:/var/www:/sbin/nologin
_mdnsd:*:25:25::0:0:& pseudo-user:/nonexistent:/sbin/nologin
+_atf:*:26:26::0:0:& pseudo-user:/nonexistent:/sbin/nologin
uucp:*:66:1::0:0:UNIX-to-UNIX Copy:/nonexistent:/sbin/nologin
nobody:*:32767:39::0:0:Unprivileged user:/nonexistent:/sbin/nologin
Home |
Main Index |
Thread Index |
Old Index