[Forgot Password]
Login  Register Subscribe

30389

 
 

423868

 
 

244411

 
 

909

 
 

193363

 
 

277

Paid content will be excluded from the download.


Download | Alert*
CCE
view XML

CCE-90879-8

Platform: rhel7,centos7Date: (C)2017-06-29   (M)2022-10-10



Disable Interactive Boot To disable the ability for users to perform interactive startups, edit the file '/etc/sysconfig/init'. Add or correct the line: 'PROMPT=no' The 'PROMPT' option allows the console user to perform an interactive system startup, in which it is possible to select the set of services which are started on boot.


Parameter:


Technical Mechanism:

Using interactive boot, the console user could disable auditing, firewalls, or other services, weakening system security. Fix: grep -q ^PROMPT /etc/sysconfig/init && \ sed -i "s/PROMPT.*/PROMPT=no/g" /etc/sysconfig/init if ! [ $? -eq 0 ]; then echo "PROMPT=no" >> /etc/sysconfig/init fi

CCSS Severity:CCSS Metrics:
CCSS Score : Attack Vector:
Exploit Score: Attack Complexity:
Impact Score: Privileges Required:
Severity: User Interaction:
Vector: Scope:
 Confidentiality:
 Integrity:
 Availability:
  

References:
Resource IdReference
SCAP Repo OVAL Definitionoval:org.secpod.oval:def:31267
SCAP Repo OVAL Definitionoval:org.secpod.oval:def:30544


OVAL    2
oval:org.secpod.oval:def:31267
oval:org.secpod.oval:def:30544

© SecPod Technologies