Home
last modified time | relevance | path

Searched refs:KERN_SECURELVL (Results 1 – 3 of 3) sorted by last modified time

/dragonfly/sys/sys/
H A Dsysctl.h520 #define KERN_SECURELVL 9 /* int: system security level */ macro
/dragonfly/sys/kern/
H A Dkern_mib.c219 SYSCTL_PROC(_kern, KERN_SECURELVL, securelevel, CTLTYPE_INT|CTLFLAG_RW,
/dragonfly/sbin/init/
H A Dinit.c488 #ifdef KERN_SECURELVL in getsecuritylevel()
493 name[1] = KERN_SECURELVL; in getsecuritylevel()
565 #ifdef KERN_SECURELVL in setsecuritylevel()
572 name[1] = KERN_SECURELVL; in setsecuritylevel()