Re: [PATCH] Introduce BSD-style user credential [3/3]

From: Florian Weimer (fw@deneb.enyo.de)
Date: Sat Aug 31 2002 - 14:06:48 EST


Trond Myklebust <trond.myklebust@fys.uio.no> writes:

> 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/



This archive was generated by hypermail 2b29 : Sat Aug 31 2002 - 22:00:33 EST