UCF STIG Viewer Logo

The /etc/securetty file must be owned by root.


Overview

Finding ID Version Rule ID IA Controls Severity
V-12039 GEN000000-LNX00640 SV-12540r2_rule ECLP-1 Medium
Description
The securetty file contains the list of terminals that permit direct root logins. It must be protected from unauthorized modification.
STIG Date
VMware ESX 3 Server 2016-05-13

Details

Check Text ( C-8002r2_chk )
Check /etc/securetty ownership.

Procedure:
# ls -lL /etc/securetty

If /etc/securetty is not owned by root, this is a finding.
Fix Text (F-11296r2_fix)
Change the owner of the /etc/securetty file to root.

Procedure:
# chown root /etc/securetty