Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-22605 | GEN000000-SOL00580 | SV-27019r2_rule | ECLP-1 | Medium |
Description |
---|
Solaris zones configuration files must be protected against illicit creation, modification, and deletion. |
STIG | Date |
---|---|
SOLARIS 10 SPARC SECURITY TECHNICAL IMPLEMENTATION GUIDE | 2017-06-21 |
Check Text ( C-27951r2_chk ) |
---|
Check the permissions of the files and directories. # ls -lLdR /etc/zones If the mode of a directory is more permissive than 0755, or the mode of a file more permissive than 0644, this is a finding. If zones are not installed on the system, this is not a finding. |
Fix Text (F-24285r1_fix) |
---|
Change the mode of the file or directory. # chmod 0644 For directories: # chmod 0755 |