]> git.saurik.com Git - apple/xnu.git/blobdiff - security/mac_internal.h
xnu-1456.1.26.tar.gz
[apple/xnu.git] / security / mac_internal.h
index e41c429af15cdbe166e01c40fae68dc8efa2dd34..283fef64aee322156bc526a2d27d13b5b99c1a9a 100644 (file)
@@ -113,11 +113,6 @@ struct mac_policy_list {
 typedef struct mac_policy_list mac_policy_list_t;
 
 
-/*
- * Darwin functions not properly exported
- */
-extern void kmod_load_early(void);     /* defined in libsa/kext.cpp */
-
 /*
  * Policy that has registered with the framework for a specific
  * label namespace name.
@@ -212,6 +207,8 @@ extern unsigned int mac_task_enforce;
 extern unsigned int mac_label_mbufs;
 #endif
 
+extern unsigned int mac_label_vnodes;
+
 static int mac_proc_check_enforce(proc_t p, int enforce_flag);
 
 static __inline__ int mac_proc_check_enforce(proc_t p, int enforce_flags)