Home
last modified time | relevance | path

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

/freebsd/sbin/init/
H A Dinit.c516 #ifdef KERN_SECURELVL in getsecuritylevel()
521 name[1] = KERN_SECURELVL; in getsecuritylevel()
539 #ifdef KERN_SECURELVL in setsecuritylevel()
546 name[1] = KERN_SECURELVL; in setsecuritylevel()
/freebsd/sys/security/audit/
H A Daudit_bsm_klib.c180 case KERN_SECURELVL: in audit_ctlname_to_sysctlevent()
/freebsd/sys/kern/
H A Dkern_mib.c460 SYSCTL_PROC(_kern, KERN_SECURELVL, securelevel,
/freebsd/sys/sys/
H A Dsysctl.h974 #define KERN_SECURELVL 9 /* int: system security level */ macro