SV-227664r603266_rule
V-227664
SRG-OS-000480
GEN001600
CAT II
10
Edit the run control script and remove the relative path entries from the executable search path variable that are not documented with the ISSO.
Edit the run control script and remove any empty entry that is defined.
Verify run control scripts' executable search paths.
Procedure:
# find /etc/rc* /etc/init.d /lib/svc/method -type f -print | xargs grep -w PATH
This variable is formatted as a colon-separated list of directories.
Relative path entries must be document with the ISSO.
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-227664
False
GEN001600
Verify run control scripts' executable search paths.
Procedure:
# find /etc/rc* /etc/init.d /lib/svc/method -type f -print | xargs grep -w PATH
This variable is formatted as a colon-separated list of directories.
Relative path entries must be document with the ISSO.
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
4061