]> nv-tegra.nvidia Code Review - linux-2.6.git/blobdiff - security/selinux/include/avc_ss.h
selinux: sparse fix: fix several warnings in the security server cod
[linux-2.6.git] / security / selinux / include / avc_ss.h
index 4677aa519b0471b2f4dd7bad0cf79c737f93bd8d..d5c328452df0161acd82bd8ec295fecc00392b86 100644 (file)
@@ -18,5 +18,11 @@ struct security_class_mapping {
 
 extern struct security_class_mapping secclass_map[];
 
+/*
+ * The security server must be initialized before
+ * any labeling or access decisions can be provided.
+ */
+extern int ss_initialized;
+
 #endif /* _SELINUX_AVC_SS_H_ */