SV-226915r603265_rule
V-226915
SRG-OS-000041
GEN003800
CAT III
10
Enable logging or tracing for inetd.
Procedure:
# inetadm -M tcp_trace=TRUE
Set the tcp_trace inet service property to the default for all enabled inetd-managed services.
# inetadm | grep enabled | awk '{print $NF}' | xargs -I X inetadm -m X tcp_trace=
(Note: The trailing '=' instructs inetd to use the default value for tcp_trace.)
Verify the default value of the inet service property tcp_trace.
# inetadm -p |grep tcp_trace
If the tcp_trace inet service property is not set or is set to FALSE, this is a finding.
Verify that all enabled inetd-managed processes have the tcp_trace inet service property set to the default value or TRUE.
# inetadm | grep enabled | awk '{print $NF}' | xargs inetadm -l | more
If any enabled inetd-managed processes have the tcp_trace inet service property set to FALSE, this is a finding.
V-226915
False
GEN003800
Verify the default value of the inet service property tcp_trace.
# inetadm -p |grep tcp_trace
If the tcp_trace inet service property is not set or is set to FALSE, this is a finding.
Verify that all enabled inetd-managed processes have the tcp_trace inet service property set to the default value or TRUE.
# inetadm | grep enabled | awk '{print $NF}' | xargs inetadm -l | more
If any enabled inetd-managed processes have the tcp_trace inet service property set to FALSE, this is a finding.
M
4060