UCF STIG Viewer Logo

NIS/NIS+/yp command files must not have extended ACLs.


Overview

Finding ID Version Rule ID IA Controls Severity
V-22318 GEN001361 SV-38284r1_rule ECLP-1 Medium
Description
NIS/NIS+/yp files are part of the system's identification and authentication processes and are, therefore, critical to system security. ACLs on these files could result in unauthorized modification, which could compromise these processes and the system.
STIG Date
HP-UX 11.31 Security Technical Implementation Guide 2018-09-14

Details

Check Text ( C-36317r1_chk )
Verify NIS/NIS+/yp files have no extended ACLs.
# ls -lL /var/yp/*
If the permissions include a "+" the file has an extended ACL, this is a finding.
Fix Text (F-31572r1_fix)
Remove the optional ACL from the file.
# chacl -z /var/yp/*