There is a check if capable(CAP_SETUID), that if it fails, doesn't
return an error.  This seems inconsistent.  In fact the manpage
I have on it states:
RETURN VALUE
       On success, the previous value of fsuid is  returned.   On
       error, the current value of fsuid is returned.
BUGS
       No error messages of any kind are returned to the  caller.
       At  the very least, EPERM should be returned when the call
       fails.
-l
-- L A Walsh | Trust Technology, Core Linux, SGI law@sgi.com | Voice: (650) 933-5338 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/