Searched refs:TASK_SECURITY_CONFIG_INFO (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.81.4/tests/ipc/ |
| H A D | hardened_process_version_entitlement.c | 61 kr = task_info(mach_task_self(), TASK_SECURITY_CONFIG_INFO, (task_info_t)&config, &count);
|
| H A D | tpro_entitlements.c | 33 kr = task_info(mach_task_self(), TASK_SECURITY_CONFIG_INFO, (task_info_t)&config, &count);
|
| H A D | guard_objects_disabled_entitlement.c | 61 kr = task_info(mach_task_self(), TASK_SECURITY_CONFIG_INFO, (task_info_t)&config, &count);
|
| H A D | guard_objects_enabled_entitlement.c | 61 kr = task_info(mach_task_self(), TASK_SECURITY_CONFIG_INFO, (task_info_t)&config, &count);
|
| H A D | platform_restrictions_entitlements.c | 32 kr = task_info(mach_task_self(), TASK_SECURITY_CONFIG_INFO, (task_info_t)&config, &count);
|
| /xnu-12377.81.4/osfmk/mach/ |
| H A D | task_info.h | 579 #define TASK_SECURITY_CONFIG_INFO 32 /* Runtime security mitigations configuration for the task */ macro
|
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | task.c | 6443 case TASK_SECURITY_CONFIG_INFO: in task_info()
|