In order to pass the netfs test, I had to chkconfig --level 0123456 netfs off instead of just chkconfig --del netfs because
<unix:runlevel_state comment="not configured to start" id="state_service_netfs_off" version="1"> <unix:start datatype="boolean">false</unix:start> <unix:kill datatype="boolean">true</unix:kill>
checks that there is a kill script at every level instead of just testing for not starting. Is just testing
<unix:runlevel_state comment="not configured to start" id="state_service_netfs_off" version="1"> <unix:start datatype="boolean">false</unix:start>
at every init level sufficient?
joe
scap-security-guide@lists.fedorahosted.org