setfsuid

LA Walsh (law@sgi.com)
Wed, 07 Mar 2001 12:03:32 -0800


Why doesn't setfsuid return -EPERM when it can't perform the operation?
file: kernel/sys.c, 'sys_setfsuid' around line 779 depending on your
source version.

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/