[PATCH] Updated OCIL clause for package_rsyslog_installed Old clause made it a finding if the package WAS installed. Needs to be a finding only if NOT installed.

Shawn Wells shawn at redhat.com
Wed Oct 31 00:10:02 UTC 2012


---
 RHEL6/input/system/logging.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/RHEL6/input/system/logging.xml b/RHEL6/input/system/logging.xml
index c5a0ddb..d322b78 100644
--- a/RHEL6/input/system/logging.xml
+++ b/RHEL6/input/system/logging.xml
@@ -23,7 +23,7 @@ monitor logs.</description>
 Rsyslog is installed by default. 
 <package-install-macro package="rsyslog" />
 </description>
-<ocil>
+<ocil clause="the package is not installed">
 <package-check-macro package="rsyslog" />
 </ocil>
 <rationale>
-- 
1.7.1


--sdtB3X0nJg68CQEu--


More information about the scap-security-guide mailing list