svn commit: r359339 - stable/12/etc

Brooks Davis brooks at FreeBSD.org
Thu Mar 26 18:05:42 UTC 2020


Author: brooks
Date: Thu Mar 26 17:55:56 2020
New Revision: 359339
URL: https://svnweb.freebsd.org/changeset/base/359339

Log:
  MFC r359247:
  
  Add the tests user, an unprivileged user from the default kyua config.
  
  This is a preparatory commit for D24103.
  
  Reviewed by:	emaste
  Obtained from:	CheriBSD
  Sponsored by:	DARPA

Modified:
  stable/12/etc/master.passwd
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/etc/master.passwd
==============================================================================
--- stable/12/etc/master.passwd	Thu Mar 26 17:46:32 2020	(r359338)
+++ stable/12/etc/master.passwd	Thu Mar 26 17:55:56 2020	(r359339)
@@ -25,4 +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
 nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/usr/sbin/nologin


More information about the svn-src-stable mailing list