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.
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)