Re: [PATCH 0/7] fix setuid/setgid clearing in networked filesystems (take 5)

2007-09-09 Thread Christoph Hellwig
Looks good content-wise. But please move the patches that make sure we never trip the BUG before the patch introducing them so that we get a cleanly bisectable tree. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordo

[PATCH 0/7] fix setuid/setgid clearing in networked filesystems (take 5)

2007-09-04 Thread Jeff Layton
When an unprivileged process attempts to modify a file that has the setuid or setgid bits set, the VFS will attempt to clear these bits. The VFS will set the ATTR_KILL_SUID or ATTR_KILL_SGID bits in the ia_valid mask, and then call notify_change to clear these bits and set the mode accordingly. Wi