SV-216066r603268_rule
V-216066
SRG-OS-000480
SOL-11.1-020320
CAT II
10
Edit the run control script and remove the relative path entries from the executable search path variable 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' executable search paths.
Procedure:
# find /etc/rc* /etc/init.d /lib/svc/method -type f -print | xargs grep -i 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-216066
False
SOL-11.1-020320
Verify run control scripts' executable search paths.
Procedure:
# find /etc/rc* /etc/init.d /lib/svc/method -type f -print | xargs grep -i 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