SV-226421r603265_rule
V-226421
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-226421
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
4060