Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/
H A Dbsd_init.c577 int policy_check_flags; in bsd_init() local
578 PE_parse_boot_argn("policy_check", &policy_check_flags, sizeof(policy_check_flags)); in bsd_init()
579 check_policy_init(policy_check_flags); in bsd_init()