* Tim Hockin (thockin _at_ sun.com) wrote: > This patch changes the security interface for task_setgroups(). Minor fixup would be needed for SELinux. thanks, -chris -- Linux Security Modules http://lsm.immunix.org http://lsm.bkbits.net ===== security/selinux/hooks.c 1.20 vs edited ===== --- 1.20/security/selinux/hooks.c Tue Jan 20 17:58:48 2004 +++ edited/security/selinux/hooks.c Tue Jan 27 15:42:41 2004 @@ -2265,7 +2265,7 @@ return task_has_perm(current, p, PROCESS__GETSESSION); } -static int selinux_task_setgroups(int gidsetsize, gid_t *grouplist) +static int selinux_task_setgroups(struct group_info *group_info) { /* See the comment for setuid above. */ return 0; - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo _at_ vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
References:
- NGROUPS 2.6.2rc2Tim Hockin
- Prev by Date: Re: [Jfs-discussion] md raid + jfs + jfs_fsck
- Next by Date: Re: [PATCH] i2c driver fixes for 2.6.2-rc2
- Previous by thread: Re: NGROUPS 2.6.2rc2
- Next by thread: Re: NGROUPS 2.6.2rc2
- Indexes:[Main][Thread]