Home
last modified time | relevance | path

Searched refs:TASK_SECURITY_CONFIG_INFO (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.81.4/tests/ipc/
H A Dhardened_process_version_entitlement.c61 kr = task_info(mach_task_self(), TASK_SECURITY_CONFIG_INFO, (task_info_t)&config, &count);
H A Dtpro_entitlements.c33 kr = task_info(mach_task_self(), TASK_SECURITY_CONFIG_INFO, (task_info_t)&config, &count);
H A Dguard_objects_disabled_entitlement.c61 kr = task_info(mach_task_self(), TASK_SECURITY_CONFIG_INFO, (task_info_t)&config, &count);
H A Dguard_objects_enabled_entitlement.c61 kr = task_info(mach_task_self(), TASK_SECURITY_CONFIG_INFO, (task_info_t)&config, &count);
H A Dplatform_restrictions_entitlements.c32 kr = task_info(mach_task_self(), TASK_SECURITY_CONFIG_INFO, (task_info_t)&config, &count);
/xnu-12377.81.4/osfmk/mach/
H A Dtask_info.h579 #define TASK_SECURITY_CONFIG_INFO 32 /* Runtime security mitigations configuration for the task */ macro
/xnu-12377.81.4/osfmk/kern/
H A Dtask.c6443 case TASK_SECURITY_CONFIG_INFO: in task_info()