Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Ducred.h152 #define SETCREDF_SVUID (1u << 2) macro
166 #define SETCREDF_MASK (SETCREDF_UID | SETCREDF_RUID | SETCREDF_SVUID | \
/freebsd/usr.bin/mdo/
H A Dmdo.c65 setcred_flags |= SETCREDF_UID | SETCREDF_RUID | SETCREDF_SVUID; in main()
/freebsd/sys/kern/
H A Dkern_prot.c719 if (flags & SETCREDF_SVUID) in kern_setcred()
771 if (flags & SETCREDF_SVUID) in kern_setcred()
/freebsd/sys/security/mac_do/
H A Dmac_do.c1965 if ((setcred_flags & ~(SETCREDF_UID | SETCREDF_RUID | SETCREDF_SVUID | in mac_do_priv_grant()