UCF STIG Viewer Logo

The NIS/NIS+/yp command files must have mode 0755 or less permissive.


Overview

Finding ID Version Rule ID IA Controls Severity
V-227626 GEN001360 SV-227626r603266_rule Medium
Description
NIS/NIS+/yp files are part of the system's identification and authentication processes and are, therefore, critical to system security. Unauthorized modification of these files could compromise these processes and the system.
STIG Date
Solaris 10 X86 Security Technical Implementation Guide 2020-12-04

Details

Check Text ( C-29788r488438_chk )
Perform the following to check NIS file mode.
# ls -lRa /usr/lib/netsvc/yp /var/yp
If the file's mode is more permissive than 0755, this is a finding.
Fix Text (F-29776r488439_fix)
Change the mode of NIS/NIS+/yp command files to 0755 or less permissive.

Procedure:
# chmod -R 0755 /usr/lib/netsvc/yp /var/yp