mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-28 03:42:04 +01:00
I think the last revision got lost here. Identd needs to be run as root,
at least for now. I relegated the getcred sysctls to only root, but if they're deemed to be "allowable" to export to users, I'll do so and revert this change.
This commit is contained in:
parent
b311ebd0a0
commit
1ea4440a32
@ -1,4 +1,4 @@
|
||||
# $Id: inetd.conf,v 1.35 1999/07/15 01:33:56 green Exp $
|
||||
# $Id: inetd.conf,v 1.36 1999/07/16 15:41:13 sheldonh Exp $
|
||||
#
|
||||
# Internet server configuration database
|
||||
#
|
||||
@ -77,7 +77,7 @@ ntalk dgram udp wait tty:tty /usr/libexec/ntalkd ntalkd
|
||||
#
|
||||
# Example entry for an external ident server
|
||||
#
|
||||
#auth stream tcp wait kmem:kmem /usr/local/sbin/identd identd -w -t120
|
||||
#auth stream tcp wait root /usr/local/sbin/identd identd -w -t120
|
||||
#
|
||||
# example entry for the optional qmail MTA
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user