SV-227547r603266_rule
V-227547
SRG-OS-000016
GEN000000-SOL00420
CAT II
10
Remove the hidden extended file attributes.
# runat <file name> rm <attribute name>
Search for all files with hidden extended attributes.
# find / -xattr -print -exec runat {} ls -al \;
If hidden extended file attributes exist, this is a finding.
V-227547
False
GEN000000-SOL00420
Search for all files with hidden extended attributes.
# find / -xattr -print -exec runat {} ls -al \;
If hidden extended file attributes exist, this is a finding.
M
4061