SV-215332r508663_rule
V-215332
SRG-OS-000480-GPOS-00230
AIX7-00-003019
CAT II
10
Remove the extended ACL from the user home directory and disable extended permissions:
# acledit <directory>
Verify user home directories have no extended ACLs using command:
# cat /etc/passwd | cut -f 6,6 -d ":" | xargs -n1 aclget
*
* ACL_type AIXC
*
attributes:
base permissions
owner(root): rwx
group(system): r-x
others: r---
extended permissions
disabled
If extended permissions are not disabled, this is a finding.
V-215332
False
AIX7-00-003019
Verify user home directories have no extended ACLs using command:
# cat /etc/passwd | cut -f 6,6 -d ":" | xargs -n1 aclget
*
* ACL_type AIXC
*
attributes:
base permissions
owner(root): rwx
group(system): r-x
others: r---
extended permissions
disabled
If extended permissions are not disabled, this is a finding.
M
4012