=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/PORTING,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/sudo/Attic/PORTING 2002/01/16 18:09:13 1.3 --- src/usr.bin/sudo/Attic/PORTING 2002/01/23 23:03:24 1.4 *************** *** 22,31 **** else fails you can use the value of NOFILE in . Also, some operating systems have a broken implementation of POSIX ! saved IDs. If sudo prints the error message "seteuid(0): Operation ! not permitted" this means saved IDs are not implemented properly. ! You should run configure with the "--disable-saved-ids" option and ! rebuild sudo. Sudo tries to clear the environment of dangerous environment variables such as LD_* to prevent shared library spoofing. If you are porting --- 22,31 ---- else fails you can use the value of NOFILE in . Also, some operating systems have a broken implementation of POSIX ! saved IDs. If sudo prints the error message "seteuid(0) failed, ! your operating system may have broken POSIX saved ID support" this ! means saved IDs are not implemented properly. You should run ! configure with the "--disable-saved-ids" option and rebuild sudo. Sudo tries to clear the environment of dangerous environment variables such as LD_* to prevent shared library spoofing. If you are porting