SV-216437r603267_rule
V-216437
SRG-OS-000480
SOL-11.1-070210
CAT III
10
The root role is required.
Correct or justify any items discovered in the Check step. Determine the existence of any files having extended file attributes, and determine the best course of action in accordance with site policy.
Remove the files or the extended attributes.
The root role is required.
Identify all files with extended attributes.
# find / \( -fstype nfs -o -fstype cachefs -o -fstype autofs \
-o -fstype ctfs -o -fstype mntfs -o -fstype objfs \
-o -fstype proc \) -prune -o -xattr -ls
If output is produced, this is a finding.
V-216437
False
SOL-11.1-070210
The root role is required.
Identify all files with extended attributes.
# find / \( -fstype nfs -o -fstype cachefs -o -fstype autofs \
-o -fstype ctfs -o -fstype mntfs -o -fstype objfs \
-o -fstype proc \) -prune -o -xattr -ls
If output is produced, this is a finding.
M
4022