mirror of
https://github.com/openbsd/src.git
synced 2025-01-10 06:47:55 -08:00
add _eigrpd user/group
This commit is contained in:
parent
da60dcb29a
commit
f0aca97a67
@ -66,6 +66,7 @@ _iscsid:*:102:
|
||||
_smtpq:*:103:
|
||||
_file:*:104:
|
||||
_radiusd:*:105:
|
||||
_eigrpd:*:106:
|
||||
dialer:*:117:
|
||||
nogroup:*:32766:
|
||||
nobody:*:32767:
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $OpenBSD: aliases,v 1.50 2015/07/21 04:20:29 ajacoutot Exp $
|
||||
# $OpenBSD: aliases,v 1.51 2015/10/04 16:35:01 deraadt 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.
|
||||
@ -25,6 +25,7 @@ _bgpd: /dev/null
|
||||
_dhcp: /dev/null
|
||||
_dpb: /dev/null
|
||||
_dvmrpd: /dev/null
|
||||
_eigrpd: /dev/null
|
||||
_file: /dev/null
|
||||
_fingerd: /dev/null
|
||||
_ftp: /dev/null
|
||||
|
@ -49,4 +49,5 @@ _iscsid:*:102:102::0:0:iSCSI Daemon:/var/empty:/sbin/nologin
|
||||
_smtpq:*:103:103::0:0:SMTP Daemon:/var/empty:/sbin/nologin
|
||||
_file:*:104:104::0:0:file privsep:/var/empty:/sbin/nologin
|
||||
_radiusd:*:105:105::0:0:RADIUS Daemon:/var/empty:/sbin/nologin
|
||||
_eigrpd:*:106:106::0:0:EIGRP Daemon:/var/empty:/sbin/nologin
|
||||
nobody:*:32767:32767::0:0:Unprivileged user:/nonexistent:/sbin/nologin
|
||||
|
Loading…
Reference in New Issue
Block a user