SV-216303r603267_rule
V-216303
SRG-OS-000480
SOL-11.1-020340
CAT II
10
Edit the run control script and remove the relative path entries from the library preload variables that have not been documented with the ISSO.
Edit the run control script and remove any empty path entries from the file.
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-216303
False
SOL-11.1-020340
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
4022