Hi,
Does anyone know how to safely and easily determine the user name
of someone running a C program?
I tried doing:
getenv( "USER" )
and this works, but it can easily be tricked by a malicious user
simply setting USER=someone-else before running the program.
The "whoami" command seems to be independent of any tampering
with the USER environment variable, but doing:
system( "whoami" )
will output the user name, rather than returning it. (Yes, it's
possible to send its output to a file, and then read in that file,
but this is an awful hack, there must be a neater solution).
Thanks! -- Joseph
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Joseph Manning / Computer Science / UCC Cork Ireland / manning at cs.ucc.ie
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!