SV-227789r603266_rule
V-227789
SRG-OS-000480
GEN003522
CAT III
10
Change the group-owner of the kernel core dump data directory.
# chmod 0700 [kernel core dump data directory]
Determine the kernel core dump data directory.
# dumpadm | grep "Savecore directory"
OR
# grep DUMPADM_SAVDIR /etc/dumpadm.conf
Check the permissions of the kernel core dump data directory.
# ls -l [savecore directory]
If the directory has a mode more permissive than 0700, this is a finding.
V-227789
False
GEN003522
Determine the kernel core dump data directory.
# dumpadm | grep "Savecore directory"
OR
# grep DUMPADM_SAVDIR /etc/dumpadm.conf
Check the permissions of the kernel core dump data directory.
# ls -l [savecore directory]
If the directory has a mode more permissive than 0700, this is a finding.
M
4061