Hi Al, Here's a set of patches to partially implement cred passing. This is in no way complete yet.
The only complete chain is mkdir(), and only Ext3 and NFS are fully altered, though I think NFS really needs redoing. I'd like to come up with a way of caching the rpc_cred struct inside the struct cred, but that needs some thought. Most of the vfs_xxxx() structs grab current->cred and pass it on down. vfs_mkdir() is currently the only one that gets given it. There are also holes in fs/buffer.c that need patching up, and most of the other filesystems haven't yet been touched. Note that I haven't included keyrings or capabilties or LSM data at this time. Note also that this patch set is built on top of the iget patch set I've posted to LKML earlier today. David - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/