Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/
H A Dkern_codesigning.c136 config |= CS_CONFIG_GET_OUT_OF_MY_WAY; in code_signing_configuration()
138 config |= CS_CONFIG_GET_OUT_OF_MY_WAY; in code_signing_configuration()
140 config |= CS_CONFIG_GET_OUT_OF_MY_WAY; in code_signing_configuration()
/xnu-8796.121.2/bsd/sys/
H A Dcode_signing.h41 CS_CONFIG_GET_OUT_OF_MY_WAY = (1 << 3), enumerator