The vCenter Perfcharts service files must have permissions in an out-of-the-box state.
Severity | Group ID | Group Title | Version | Rule ID | Date | STIG Version |
---|---|---|---|---|---|---|
medium | V-259099 | SRG-APP-000380-AS-000088 | VCPF-80-000144 | SV-259099r961461_rule | 2024-07-11 | 2 |
Description |
---|
As a rule, accounts on a web server are to be kept to a minimum. Only administrators, web managers, developers, auditors, and web authors require accounts on the machine hosting the web server. The resources to which these accounts have access must also be closely monitored and controlled. |
ℹ️ Check |
---|
At the command prompt, run the following command: # find /usr/lib/vmware-perfcharts/ -xdev -type f -a '(' -perm -o+w -o -not -user root -o -not -group root ')' -exec ls -ld {} \; If any files are returned, this is a finding. |
✔️ Fix |
---|
At the command prompt, run the following commands: # chmod o-w <file> # chown root:root <file> Note: Substitute <file> with the listed file. |