+void mac_pty_notify_grant(proc_t p, struct tty *tp, dev_t dev, struct label *label);
+void mac_pty_notify_close(proc_t p, struct tty *tp, dev_t dev, struct label *label);
+int mac_kext_check_load(kauth_cred_t cred, const char *identifier);
+int mac_kext_check_unload(kauth_cred_t cred, const char *identifier);