0fd1802
From 252b7c8bf311d615164a20f4f402767e5859d972 Mon Sep 17 00:00:00 2001
0fd1802
From: Dan Walsh <dwalsh@redhat.com>
0fd1802
Date: Tue, 20 Sep 2011 15:40:28 -0400
0fd1802
Subject: [PATCH 3/6] Since-we-do-not-ship-neverallow-rules-all-always-fail
0fd1802
0fd1802
---
0fd1802
 libqpol/src/avrule_query.c |    5 +++--
0fd1802
 1 files changed, 3 insertions(+), 2 deletions(-)
0fd1802
0fd1802
diff --git a/libqpol/src/avrule_query.c b/libqpol/src/avrule_query.c
0fd1802
index 749565b..76dcaa3 100644
0fd1802
--- a/libqpol/src/avrule_query.c
0fd1802
+++ b/libqpol/src/avrule_query.c
0fd1802
@@ -57,8 +57,9 @@ int qpol_policy_get_avrule_iter(const qpol_policy_t * policy, uint32_t rule_type
0fd1802
 
0fd1802
 	if ((rule_type_mask & QPOL_RULE_NEVERALLOW) && !qpol_policy_has_capability(policy, QPOL_CAP_NEVERALLOW)) {
0fd1802
 		ERR(policy, "%s", "Cannot get avrules: Neverallow rules requested but not available");
0fd1802
-		errno = ENOTSUP;
0fd1802
-		return STATUS_ERR;
0fd1802
+/*		errno = ENOTSUP;
0fd1802
+		return STATUS_ERR; */
0fd1802
+		return STATUS_SUCCESS;
0fd1802
 	}
0fd1802
 
0fd1802
 	db = &policy->p->p;
0fd1802
-- 
0fd1802
1.7.6.2
0fd1802