Searched refs:UNPRIV_UGID (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/usr.bin/finger/
H A Dfinger.h66 #define UNPRIV_UGID 32767 /* Default uid and gid */ macro
H A Dfinger.c173 if (setgid(UNPRIV_UGID) != 0)
175 if (setuid(UNPRIV_UGID) != 0)
/freebsd-10.1-release/contrib/tcp_wrappers/
H A Dsafe_finger.c41 #define UNPRIV_UGID 32767 /* Default uid and gid */ macro
71 setgid(UNPRIV_UGID);
72 setuid(UNPRIV_UGID);

Completed in 104 milliseconds