Searched refs:exec_check_security_entitlement (Results 1 – 3 of 3) sorted by relevance
118 extern exec_security_err_t exec_check_security_entitlement(struct image_params *imgp,
1155 exec_check_security_entitlement(struct image_params *imgp, in exec_check_security_entitlement() function1194 exec_security_err_t ret = exec_check_security_entitlement(imgp, HARDENED_HEAP); in imgact_setup_hardened_heap()1265 exec_security_err_t ret = exec_check_security_entitlement(imgp, CHECKED_ALLOCATIONS); in imgact_setup_has_checked_allocations_entitlement()1563 exec_security_err_t ret = exec_check_security_entitlement(imgp, in config_checked_allocations_entitlements()1577 ret = exec_check_security_entitlement(imgp, CHECKED_ALLOCATIONS_NO_TAGGED_RECEIVE); in config_checked_allocations_entitlements()1586 ret = exec_check_security_entitlement(imgp, CHECKED_ALLOCATIONS_SOFT_MODE); in config_checked_allocations_entitlements()
832 switch (exec_check_security_entitlement(imgp, HARDENED_PROCESS)) { in load_machfile()