]>
git.saurik.com Git - apple/xnu.git/blob - security/mac_kext.c
3 #include <security/mac_framework.h>
4 #include <security/mac_internal.h>
7 mac_kext_check_load(kauth_cred_t cred
, const char *identifier
) {
10 MAC_CHECK(kext_check_load
, cred
, identifier
);
16 mac_kext_check_unload(kauth_cred_t cred
, const char *identifier
) {
19 MAC_CHECK(kext_check_unload
, cred
, identifier
);
25 mac_kext_check_query(kauth_cred_t cred
) {
28 MAC_CHECK(kext_check_query
, cred
);