Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Ducred.h78 #define CRED_FLAG_CAPMODE 0x00000001 /* In capability mode. */ macro
/f-stack/freebsd/sys/
H A Ducred.h93 #define CRED_FLAG_CAPMODE 0x00000001 /* In capability mode. */ macro
H A Dcapsicum.h423 #define IN_CAPABILITY_MODE(td) (((td)->td_ucred->cr_flags & CRED_FLAG_CAPMODE) != 0)
/f-stack/freebsd/kern/
H A Dsys_capability.c114 newcred->cr_flags |= CRED_FLAG_CAPMODE; in sys_cap_enter()
H A Dkern_exec.c526 ((oldcred->cr_flags & CRED_FLAG_CAPMODE) == 0) && in do_execve()
H A Dkern_proc.c1075 if (cred->cr_flags & CRED_FLAG_CAPMODE) in fill_kinfo_proc_only()