From e06aff6d38f22317df3f5a970bd55105989b39c0 Mon Sep 17 00:00:00 2001
From: Mike Hibler <hibler@cs.utah.edu>
Date: Wed, 12 Mar 2025 14:51:12 -0600
Subject: [PATCH] Update for current FreeBSD standard users/groups.

---
 clientside/tmcc/freebsd13/group         | 3 +++
 clientside/tmcc/freebsd13/master.passwd | 1 +
 2 files changed, 4 insertions(+)

diff --git a/clientside/tmcc/freebsd13/group b/clientside/tmcc/freebsd13/group
index 8adea095cd..0fe2ac293d 100644
--- a/clientside/tmcc/freebsd13/group
+++ b/clientside/tmcc/freebsd13/group
@@ -18,6 +18,8 @@ smmsp:*:25:
 mailnull:*:26:
 guest:*:31:
 video:*:44:
+realtime:*:47:
+idletime:*:48:
 bind:*:53:
 unbound:*:59:
 proxy:*:62:
@@ -32,6 +34,7 @@ www:*:80:
 ntpd:*:123:
 _ypldap:*:160:
 hast:*:845:
+tests:*:977:
 nogroup:*:65533:
 nobody:*:65534:
 messagebus:*:556:
diff --git a/clientside/tmcc/freebsd13/master.passwd b/clientside/tmcc/freebsd13/master.passwd
index a7c4f2c40e..3e3ba6805a 100644
--- a/clientside/tmcc/freebsd13/master.passwd
+++ b/clientside/tmcc/freebsd13/master.passwd
@@ -25,6 +25,7 @@ www:*:80:80::0:0:World Wide Web Owner:/nonexistent:/usr/sbin/nologin
 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:977::0:0:Unprivileged user for tests:/nonexistent:/usr/sbin/nologin
 nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/usr/sbin/nologin
 messagebus:*:556:556::0:0:D-BUS Daemon User:/nonexistent:/usr/sbin/nologin
 polkit:*:562:562::0:0:PolicyKit Daemon User:/nonexistent:/usr/sbin/nologin
-- 
GitLab