From 2f1b2be645fd3d46760086af4085811215eb696a Mon Sep 17 00:00:00 2001 From: Siddhartha Sharma Date: Sun, 8 Mar 2015 04:08:53 +0530 Subject: [PATCH] Update avc.c --- security/selinux/avc.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/security/selinux/avc.c b/security/selinux/avc.c index afcc0aed9393a6..098e2ebf230d45 100644 --- a/security/selinux/avc.c +++ b/security/selinux/avc.c @@ -70,6 +70,13 @@ struct avc_callback_node { struct avc_callback_node *next; }; +struct avc_sidcmp { + int read latest_notif; + char events event_notif; +}; + + + /* Exported via selinufs */ unsigned int avc_cache_threshold = AVC_DEF_CACHE_THRESHOLD;