aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2020-04-22 18:01:16 +0000
committerBrooks Davis <brooks@FreeBSD.org>2020-04-22 18:01:16 +0000
commit1c71c2d5a07f95674a541f6b44f63a7845b4f195 (patch)
treee8b5206efe99edf5ca48a45614c1f38d4cfc1d36
parent90562bda6b04db1c2a5e5cf504037353793cd451 (diff)
downloadports-1c71c2d5a07f95674a541f6b44f63a7845b4f195.tar.gz
ports-1c71c2d5a07f95674a541f6b44f63a7845b4f195.zip
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
Notes
Notes: svn path=/head/; revision=532493
-rw-r--r--GIDs2
-rw-r--r--UIDs2
-rw-r--r--UPDATING8
-rw-r--r--devel/kyua/Makefile1
4 files changed, 11 insertions, 2 deletions
diff --git a/GIDs b/GIDs
index f0223be8fe02..ef0fd514abc6 100644
--- a/GIDs
+++ b/GIDs
@@ -917,7 +917,7 @@ boinc:*:973:
radicale:*:974:
unifi:*:975:
minetest:*:976:
-# free: 977
+tests:*:977:
_dnscrypt-proxy:*:978:
ums:*:979:
hbase:*:980:
diff --git a/UIDs b/UIDs
index 432150c4c0cb..5ea93816de2e 100644
--- a/UIDs
+++ b/UIDs
@@ -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
diff --git a/UPDATING b/UPDATING
index 81e6bb7493d8..0da4bfb380e2 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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@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@FreeBSD.org
diff --git a/devel/kyua/Makefile b/devel/kyua/Makefile
index ffd98ae4c68f..92baedf73756 100644
--- a/devel/kyua/Makefile
+++ b/devel/kyua/Makefile
@@ -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}