1
0
mirror of https://github.com/openbsd/src.git synced 2026-04-25 06:35:46 +00:00

Allocate a uid/gid for future ownership of the fontconfig cache.

ok sthen@ deraadt@
This commit is contained in:
bentley
2025-07-04 04:31:41 +00:00
parent f17b1aa7b5
commit 5c16756dcc
3 changed files with 4 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ _rusersd:*:32:
_fingerd:*:33:
_sshagnt:*:34:
_x11:*:35:
_fc-cache:*:36:
utmp:*:45:
_unwind:*:48:
_traceroute:*:50:

View File

@@ -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

View File

@@ -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