Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Ducred.h165 #define SETCREDF_SVUID (1u << 2) macro
179 #define SETCREDF_MASK (SETCREDF_UID | SETCREDF_RUID | SETCREDF_SVUID | \
/freebsd/usr.bin/mdo/
H A Dmdo.c614 SETCREDF_SVUID; in main()
629 setcred_flags |= SETCREDF_SVUID; in main()
/freebsd/sys/kern/
H A Dkern_prot.c711 if (flags & SETCREDF_SVUID) in kern_setcred()
761 if (flags & SETCREDF_SVUID) in kern_setcred()
/freebsd/sys/security/mac_do/
H A Dmac_do.c1967 if ((setcred_flags & ~(SETCREDF_UID | SETCREDF_RUID | SETCREDF_SVUID | in mac_do_priv_grant()