SV-226558r603265_rule
V-226558
SRG-OS-000480
GEN001902
CAT II
10
Edit the local initialization file and remove the relative path entries from the library preload variables that have not been documented with the ISSO.
Edit the local initialization file(s) and remove any empty entry that is defined.
NOTE: The following must be done in the BASH shell
Verify local initialization files have library preload list containing only authorized paths.
# cut -d : -f 1 /etc/passwd | xargs -n1 -IUSER sh -c 'grep -l LD_PRELOAD ~USER/.*'
This variable is formatted as a colon-separated list of paths.
If there is an empty entry, such as a leading or trailing colon, or two consecutive colons, this is a finding.
If an entry begins with a character other than a slash (/), or has not been documented with the ISSO, this is a finding.
V-226558
False
GEN001902
NOTE: The following must be done in the BASH shell
Verify local initialization files have library preload list containing only authorized paths.
# cut -d : -f 1 /etc/passwd | xargs -n1 -IUSER sh -c 'grep -l LD_PRELOAD ~USER/.*'
This variable is formatted as a colon-separated list of paths.
If there is an empty entry, such as a leading or trailing colon, or two consecutive colons, this is a finding.
If an entry begins with a character other than a slash (/), or has not been documented with the ISSO, this is a finding.
M
4060