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

Florian Weimer (fw@deneb.enyo.de)
Sat, 31 Aug 2002 21:06:48 +0200


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/