aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/include/avc.h
diff options
context:
space:
mode:
Diffstat (limited to 'security/selinux/include/avc.h')
-rw-r--r--security/selinux/include/avc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/selinux/include/avc.h b/security/selinux/include/avc.h
index 46a940d9af67..ae4c3a0e2c1a 100644
--- a/security/selinux/include/avc.h
+++ b/security/selinux/include/avc.h
@@ -131,6 +131,9 @@ int avc_add_callback(int (*callback)(u32 event, u32 ssid, u32 tsid,
131int avc_get_hash_stats(char *page); 131int avc_get_hash_stats(char *page);
132extern unsigned int avc_cache_threshold; 132extern unsigned int avc_cache_threshold;
133 133
134/* Attempt to free avc node cache */
135void avc_disable(void);
136
134#ifdef CONFIG_SECURITY_SELINUX_AVC_STATS 137#ifdef CONFIG_SECURITY_SELINUX_AVC_STATS
135DECLARE_PER_CPU(struct avc_cache_stats, avc_cache_stats); 138DECLARE_PER_CPU(struct avc_cache_stats, avc_cache_stats);
136#endif 139#endif