no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
centos7:5:5 [2017/05/04 19:46] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +======5.5 Ensure root login is restricted to system console (Not Scored)======
 +=====Profile Applicability=====  
 +<code>
 +Level 1 - Server
 +Level 1 - Workstation 
 +</code>
  
 +=====Description=====
 +The file ''/etc/securetty'' contains a list of valid terminals that may be logged in directly as root.
 +
 +=====Rationale=====
 +Since the system console has special properties to handle emergency situations, it is important to ensure that the console is in a physically secure location and that unauthorized consoles have not been defined.
 +
 +=====Audit===== 
 +<Code:bash>
 +# cat /etc/securetty
 +</Code>
 +
 +=====Remediation===== 
 +Remove entries for any consoles that are not in a physically secure location.
  • centos7/5/5.txt
  • Last modified: 2017/05/04 19:46
  • by 127.0.0.1