SV-216067r603268_rule
V-216067
SRG-OS-000480
SOL-11.1-020330
CAT II
10
Edit the run control script and remove the relative path entries from the library search path 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 search paths.
# find /etc/rc* /etc/init.d -type f -print | xargs grep LD_LIBRARY_PATH
This variable is formatted as a colon-separated list of directories.
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-216067
False
SOL-11.1-020330
Verify run control scripts' library search paths.
# find /etc/rc* /etc/init.d -type f -print | xargs grep LD_LIBRARY_PATH
This variable is formatted as a colon-separated list of directories.
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
4021