search for: has_seteuid

Displaying 1 result from an estimated 1 matches for "has_seteuid".

2001 Apr 05
0
HP-UX 9 problems (hangs on logout; tty isn't sane)
...+ #undef _KERNEL /* -GJW */ #include <netinet/tcp.h> #include <arpa/inet.h> *** uidswap.c.orig Thu Apr 5 10:19:08 2001 --- uidswap.c Thu Apr 5 10:24:28 2001 *************** *** 17,22 **** --- 17,59 ---- #include "log.h" #include "uidswap.h" + #ifndef HAS_SETEUID + /* Linux man page says: + + int setreuid(uid_t ruid, uid_t euid); + int seteuid(uid_t euid); + + setreuid sets real and effective user ID's of the current process. + Un-privileged users may change the real user ID to the effective + user ID and vice-versa. + + [...]...