diff --git a/etc/group b/etc/group index a18b65949be..746a58d5fd3 100644 --- a/etc/group +++ b/etc/group @@ -20,6 +20,7 @@ _rusersd:*:32: _fingerd:*:33: _sshagnt:*:34: _x11:*:35: +_fc-cache:*:36: utmp:*:45: _unwind:*:48: _traceroute:*:50: diff --git a/etc/mail/aliases b/etc/mail/aliases index 27350617012..fc289edd1ee 100644 --- a/etc/mail/aliases +++ b/etc/mail/aliases @@ -1,5 +1,5 @@ # -# $OpenBSD: aliases,v 1.71 2025/05/02 09:46:00 dlg Exp $ +# $OpenBSD: aliases,v 1.72 2025/07/04 04:31:41 bentley Exp $ # # Aliases in this file will NOT be expanded in the header from # Mail, but WILL be visible over networks or from /usr/libexec/mail.local. @@ -28,6 +28,7 @@ _dvmrpd: /dev/null _eigrpd: /dev/null _file: /dev/null _fingerd: /dev/null +_fc-cache: /dev/null _ftp: /dev/null _hostapd: /dev/null _identd: /dev/null diff --git a/etc/master.passwd b/etc/master.passwd index 65d8e077dfb..af54afbe7cb 100644 --- a/etc/master.passwd +++ b/etc/master.passwd @@ -10,6 +10,7 @@ _rstatd:*:30:30::0:0:rpc.rstatd:/var/empty:/sbin/nologin _rusersd:*:32:32::0:0:rpc.rusersd:/var/empty:/sbin/nologin _fingerd:*:33:33::0:0:fingerd:/var/empty:/sbin/nologin _x11:*:35:35::0:0:X Server:/var/empty:/sbin/nologin +_fc-cache:*:36:36::0:0:Font configuration cache:/var/empty:/sbin/nologin _unwind:*:48:48::0:0:Unwind Daemon:/var/empty:/sbin/nologin _traceroute:*:50:50::0:0:traceroute privdrop user:/var/empty:/sbin/nologin _ping:*:51:51::0:0:ping privdrop user:/var/empty:/sbin/nologin