From 02c038c8cc15469c27b4b8ec24ae8b75d587262f Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Mon, 16 Jan 2023 14:00:46 -0800 Subject: sysutils/nut*: Use a dedicated UID and GID To reduce conflicts with other packages and improve security, avoid using the uucp UID and GID. This avoids potential conflicts with the net/freebsd-uucp port. Users who wish to continue using the uucp user and group may add NUT_USER=uucp and NUT_GROUP=uucp to their make.conf. PR: 268960 Reported by: delphij MFH: 2023Q1 --- UIDs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UIDs') diff --git a/UIDs b/UIDs index 7a7aee1f9492..5057f56c9672 100644 --- a/UIDs +++ b/UIDs @@ -261,7 +261,7 @@ _sphinx:*:312:312::0:0:Sphinxsearch Owner:/nonexistent:/usr/sbin/nologin _fastdfs:*:313:313::0:0:FastDFS Owner:/nonexistent:/usr/sbin/nologin promscale:*:314:314::0:0:Promscale:/nonexistent:/usr/sbin/nologin lavinmq:*:315:315::0:0:LavinMQ user:/nonexistent:/usr/sbin/nologin -# free: 316 +nut:*:316:316::0:0:Network UPS Tools user:/nonexistent:/usr/sbin/nologin # free: 317 # free: 318 # free: 319 -- cgit v1.2.3