> Introduce basic *BSD style user credentials of the form
>
> struct ucred {
> atomic_t count;
> uid_t uid;
> gid_t gid;
> int ngroups;
> gid_t *groups;
> };
>
> and replace fsuid, fsgid, ngroups, groups in the struct task.
What about the fs member in struct task?
-
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/