SV-226540r603265_rule
V-226540
SRG-OS-000480
GEN001610
CAT II
10
Edit the run control script and remove the relative path entry from the library preload variables that are not documented with the ISSO.
Edit the run control script and remove any empty entry that is defined.
Verify run control scripts' library preload list.
Procedure:
# find /etc/rc* /etc/init.d -type f -print | xargs grep LD_PRELOAD
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-226540
False
GEN001610
Verify run control scripts' library preload list.
Procedure:
# find /etc/rc* /etc/init.d -type f -print | xargs grep LD_PRELOAD
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