X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/527f99514973766e9c0382a4d8550dfb00f54939..a39ff7e25e19b3a8c3020042a3872ca9ec9659f1:/security/mac_policy.h diff --git a/security/mac_policy.h b/security/mac_policy.h index e656f8393..5cae62529 100644 --- a/security/mac_policy.h +++ b/security/mac_policy.h @@ -3841,13 +3841,14 @@ typedef int mpo_system_check_auditon_t( @param cred Subject credential Determine whether the subject identified by the credential can perform - performance-related tasks using the CHUD system call. + performance-related tasks using the CHUD system call. This interface is + deprecated. @return Return 0 if access is granted, otherwise an appropriate value for errno should be returned. */ typedef int mpo_system_check_chud_t( - kauth_cred_t cred + kauth_cred_t cred ); /** @brief Access control check for obtaining the host control port