Table of Contents
user-wrapper - setuid wrapper
user-wrapper /path/to/prog [args]
Run prog as a different user. The setuid bit must be set.
To avoid unnecessary library dependencies the binary was created with dietlibc
(or nasm on user-wrapper and i386 arch).
The return value is
111 if execve() failed otherwise the exit code of prog.
user-wrapper
/usr/bin/id
Frank Bergmann, http://www.tuxad.com
Table of Contents