]> git.saurik.com Git - apple/xnu.git/blobdiff - security/mac_stub.c
xnu-2050.22.13.tar.gz
[apple/xnu.git] / security / mac_stub.c
index b78b081f44e0ba9907236fbca9f0aa2c7c2a451e..b3e4558173e7af8f343c567c2dde40537f70d5fc 100644 (file)
 /*
  * XXX stubs until we fix <rdar://problem/4607887>
  */
+int mac_check_iokit_open(void)
+{
+       return 0;
+}
+int mac_check_iokit_set_properties(void)
+{
+       return 0;
+}
+int mac_check_iokit_hid_control(void)
+{
+       return 0;
+}
 int mac_check_ipc_method(void)
 {
        return 0;
@@ -262,6 +274,10 @@ int mac_check_system_acct(void)
 {
        return 0;
 }
+int mac_check_system_chud(void)
+{
+       return 0;
+}
 int mac_check_system_nfsd(void)
 {
        return 0;
@@ -374,6 +390,10 @@ int mac_check_vnode_revoke(void)
 {
        return 0;
 }
+int mac_check_vnode_searchfs(void)
+{
+       return 0;
+}
 int mac_check_vnode_select(void)
 {
        return 0;