1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

Add _sndiop user and group for (future) privileged sndiod process.

ok deraadt
This commit is contained in:
ratchov 2015-12-16 18:19:25 +00:00
parent e4e5215759
commit d92077b3b6
3 changed files with 4 additions and 1 deletions

View File

@ -71,6 +71,7 @@ _eigrpd:*:106:
_vmd:*:107:
_tftp_proxy:*:108:
_ftp_proxy:*:109:
_sndiop:*:110:
dialer:*:117:
nogroup:*:32766:
nobody:*:32767:

View File

@ -1,5 +1,5 @@
#
# $OpenBSD: aliases,v 1.54 2015/12/01 07:31:29 deraadt Exp $
# $OpenBSD: aliases,v 1.55 2015/12/16 18:19:25 ratchov 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.
@ -72,6 +72,7 @@ nobody: /dev/null
proxy: /dev/null # remove in 6.0
_tftp_proxy: /dev/null
_ftp_proxy: /dev/null
_sndiop: /dev/null
sshd: /dev/null
# Well-known aliases -- these should be filled in!

View File

@ -54,4 +54,5 @@ _eigrpd:*:106:106::0:0:EIGRP Daemon:/var/empty:/sbin/nologin
_vmd:*:107:107::0:0:VM Daemon:/var/empty:/sbin/nologin
_tftp_proxy:*:108:108::0:0:tftp proxy daemon:/nonexistent:/sbin/nologin
_ftp_proxy:*:109:109::0:0:ftp proxy daemon:/nonexistent:/sbin/nologin
_sndiop:*:110:110::0:0:sndio privileged user:/var/empty:/sbin/nologin
nobody:*:32767:32767::0:0:Unprivileged user:/nonexistent:/sbin/nologin