]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/host_security.defs
xnu-517.7.7.tar.gz
[apple/xnu.git] / osfmk / mach / host_security.defs
index ee9a8a4702661cbf3234ec88b9fe89081ed475df..81261812784d6366458f9f27d1a8938cb715dc28 100644 (file)
@@ -76,6 +76,7 @@ routine host_security_create_task_token(
                host_security   : host_security_t;
                parent_task     : task_t;
                sec_token       : security_token_t;
+               audit_token     : audit_token_t;
                host            : host_t;
                ledgers         : ledger_array_t;
                inherit_memory  : boolean_t;
@@ -88,5 +89,6 @@ routine host_security_set_task_token(
                host_security   : host_security_t;
                target_task     : task_t;
                sec_token       : security_token_t;
+               audit_token     : audit_token_t;
                host            : host_t);