Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Mar 2020 16:05:37 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r359368 - head/etc
Message-ID:  <202003271605.02RG5beI026367@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Fri Mar 27 16:05:37 2020
New Revision: 359368
URL: https://svnweb.freebsd.org/changeset/base/359368

Log:
  Create and use a tests group for the tests user.
  
  No user (except nobody) should be a member of the nobody group.
  
  Reported by:	rgrimes
  Reviewed by:	rgrimes
  MFC after:	3 days
  Sponsored by:	DARPA
  Differential Revision:	https://reviews.freebsd.org/D24199

Modified:
  head/etc/group
  head/etc/master.passwd

Modified: head/etc/group
==============================================================================
--- head/etc/group	Fri Mar 27 15:28:27 2020	(r359367)
+++ head/etc/group	Fri Mar 27 16:05:37 2020	(r359368)
@@ -32,5 +32,6 @@ www:*:80:
 ntpd:*:123:
 _ypldap:*:160:
 hast:*:845:
+tests:*:977:
 nogroup:*:65533:
 nobody:*:65534:

Modified: head/etc/master.passwd
==============================================================================
--- head/etc/master.passwd	Fri Mar 27 15:28:27 2020	(r359367)
+++ head/etc/master.passwd	Fri Mar 27 16:05:37 2020	(r359368)
@@ -25,5 +25,5 @@ www:*:80:80::0:0:World Wide Web Owner:/nonexistent:/us
 ntpd:*:123:123::0:0:NTP Daemon:/var/db/ntp:/usr/sbin/nologin
 _ypldap:*:160:160::0:0:YP LDAP unprivileged user:/var/empty:/usr/sbin/nologin
 hast:*:845:845::0:0:HAST unprivileged user:/var/empty:/usr/sbin/nologin
-tests:*:977:65534::0:0:Unprivileged user for tests:/nonexistent:/usr/sbin/nologin
+tests:*:977:977::0:0:Unprivileged user for tests:/nonexistent:/usr/sbin/nologin
 nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/usr/sbin/nologin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003271605.02RG5beI026367>