Home
last modified time | relevance | path

Searched refs:CS_CONFIG_COMPILATION_SERVICE (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/bsd/kern/
H A Dkern_codesigning.c149 config |= CS_CONFIG_COMPILATION_SERVICE; in code_signing_configuration()
171 config &= ~CS_CONFIG_COMPILATION_SERVICE; in code_signing_configuration()
198 config &= ~CS_CONFIG_COMPILATION_SERVICE; in code_signing_configuration()
441 case CS_CONFIG_COMPILATION_SERVICE: in disable_code_signing_feature()
442 cs_config &= ~CS_CONFIG_COMPILATION_SERVICE; in disable_code_signing_feature()
1084 disable_code_signing_feature(CS_CONFIG_COMPILATION_SERVICE); in csm_check_lockdown_mode()
1108 disable_code_signing_feature(CS_CONFIG_COMPILATION_SERVICE); in csm_check_lockdown_mode()
/xnu-11215/bsd/sys/
H A Dcode_signing.h53 #define CS_CONFIG_COMPILATION_SERVICE (1 << 28) macro