svn commit: r532493 - in head: . devel/kyua

Brooks Davis brooks at FreeBSD.org
Wed Apr 22 18:01:17 UTC 2020


Author: brooks
Date: Wed Apr 22 18:01:16 2020
New Revision: 532493
URL: https://svnweb.freebsd.org/changeset/ports/532493

Log:
  Create and use a tests group for the tests user.
  
  Nobody but nobody should be a member of the nobody group.
  
  PR:		245107
  Approved by:	maintainer timeout
  Sponsored by:	DARPA

Modified:
  head/GIDs
  head/UIDs
  head/UPDATING
  head/devel/kyua/Makefile

Modified: head/GIDs
==============================================================================
--- head/GIDs	Wed Apr 22 17:42:31 2020	(r532492)
+++ head/GIDs	Wed Apr 22 18:01:16 2020	(r532493)
@@ -917,7 +917,7 @@ boinc:*:973:
 radicale:*:974:
 unifi:*:975:
 minetest:*:976:
-# free: 977
+tests:*:977:
 _dnscrypt-proxy:*:978:
 ums:*:979:
 hbase:*:980:

Modified: head/UIDs
==============================================================================
--- head/UIDs	Wed Apr 22 17:42:31 2020	(r532492)
+++ head/UIDs	Wed Apr 22 18:01:16 2020	(r532493)
@@ -922,7 +922,7 @@ boinc:*:973:973::0:0:BOINC user:/var/db/boinc:/bin/sh
 radicale:*:974:974::0:0:Radicale daemon:/nonexistent:/usr/sbin/nologin
 unifi:*:975:975::0:0:Unifi Wireless Controller:/nonexistent:/usr/sbin/nologin
 minetest:*:976:976::0:0:& server:/nonexistent:/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
 _dnscrypt-proxy:*:978:978::0:0:dnscrypt-proxy user:/var/empty:/usr/sbin/nologin
 ums:*:979:979::0:0:Universal Media Server:/nonexistent:/usr/sbin/nologin
 hbase:*:980:980::0:0:HBase user:/nonexistent:/usr/sbin/nologin

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Wed Apr 22 17:42:31 2020	(r532492)
+++ head/UPDATING	Wed Apr 22 18:01:16 2020	(r532493)
@@ -5,6 +5,14 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20200422:
+  AFFECTS: users of devel/kuya
+  AUTHOR: brooks at FreeBSD.org
+
+  A tests group has been added and the tests user should be a member
+  of it by default rather than nobody. You should update your password
+  database to match (change the group from 65534 to 977 after updating).
+
 20200418:
   AFFECTS: users of mail/mailman
   AUTHOR: mandree at FreeBSD.org

Modified: head/devel/kyua/Makefile
==============================================================================
--- head/devel/kyua/Makefile	Wed Apr 22 17:42:31 2020	(r532492)
+++ head/devel/kyua/Makefile	Wed Apr 22 18:01:16 2020	(r532493)
@@ -23,6 +23,7 @@ USES=		lua pkgconfig
 
 TESTS_USER=	tests
 USERS=		${TESTS_USER}
+GROUPS=		tests
 SUB_FILES=	kyua.conf
 SUB_LIST=	TESTS_USER=${TESTS_USER}
 


More information about the svn-ports-head mailing list