[PATCH 3/3] SELinux: flush the avc before disabling SELinux

From: Eric Paris
Date: Sat Sep 12 2009 - 22:55:43 EST


Before SELinux is disabled at boot it can create AVC entries. This patch
will flush those entries before disabling SELinux.

Signed-off-by: Eric Paris <eparis@xxxxxxxxxx>
---

security/selinux/avc.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/security/selinux/avc.c b/security/selinux/avc.c
index f601246..1ed0f07 100644
--- a/security/selinux/avc.c
+++ b/security/selinux/avc.c
@@ -868,6 +868,8 @@ u32 avc_policy_seqno(void)

void avc_disable(void)
{
+ avc_flush();
+ synchronize_rcu();
if (avc_node_cachep)
kmem_cache_destroy(avc_node_cachep);
}

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/