Displaying 1 result from an estimated 1 matches for "402403".
Did you mean:
40240
2000 Jun 12
0
getrusage() privileged on Solaris 2.5.1
The builtin entropy gathering code in OpenSSH 2.1.1p1 tries to use
getrusage() if it's available.
This function is available on Solaris 2.5.1, but you must have root
permissions to run it.
However, configure.in uses only AC_CHECK_FUNCS() to look for getrusage,
and this only tests for a successful link. For this function you need
to do a more thorough check and actually try to run a test