UCF STIG Viewer Logo

Audio devices must not have extended ACLs.


Overview

Finding ID Version Rule ID IA Controls Severity
V-226576 GEN002330 SV-226576r603265_rule Medium
Description
File system ACLs can provide access to files beyond what is allowed by the mode numbers of the files.
STIG Date
Solaris 10 SPARC Security Technical Implementation Guide 2020-12-04

Details

Check Text ( C-28737r483137_chk )
Check the permissions of audio devices.
# ls -lL /dev/audio
If the permissions include a "+", the file has an extended ACL and this is a finding.
Fix Text (F-28725r483138_fix)
Remove the extended ACL from the file.
# chmod A- /dev/audio