Miklos Szeredi wrote: > > Note that NFS checks the permissions on _both_ the client and server, > > for a reason. > > Does it? If I read the code correctly the client checks credentials > supplied by the server (or cached). But the server does the actual > checking of permissions. > > Am I missing something? Yes, for NFSv2, this test in nfs_permssion(): if (!NFS_PROTO(inode)->access) goto out; And for either version of NFS, if the uid and gid are non-zero, and the permission bits indicate that an access is permitted, then the client does not consult the server for permission. -- Jamie - 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/
- Follow-Ups:
- Re: [RFC] FUSE permission modell (Was: fuse review bits)
- From: Miklos Szeredi <[email protected]>
- Re: [RFC] FUSE permission modell (Was: fuse review bits)
- From: Jan Hudec <[email protected]>
- Re: [RFC] FUSE permission modell (Was: fuse review bits)
- References:
- Re: [RFC] FUSE permission modell (Was: fuse review bits)
- From: Daniel Jacobowitz <[email protected]>
- Re: [RFC] FUSE permission modell (Was: fuse review bits)
- From: Miklos Szeredi <[email protected]>
- Re: [RFC] FUSE permission modell (Was: fuse review bits)
- From: Daniel Jacobowitz <[email protected]>
- Re: [RFC] FUSE permission modell (Was: fuse review bits)
- From: Miklos Szeredi <[email protected]>
- Re: [RFC] FUSE permission modell (Was: fuse review bits)
- From: Daniel Jacobowitz <[email protected]>
- Re: [RFC] FUSE permission modell (Was: fuse review bits)
- From: Miklos Szeredi <[email protected]>
- Re: [RFC] FUSE permission modell (Was: fuse review bits)
- From: Daniel Jacobowitz <[email protected]>
- Re: [RFC] FUSE permission modell (Was: fuse review bits)
- From: Miklos Szeredi <[email protected]>
- Re: [RFC] FUSE permission modell (Was: fuse review bits)
- From: Jamie Lokier <[email protected]>
- Re: [RFC] FUSE permission modell (Was: fuse review bits)
- From: Miklos Szeredi <[email protected]>
- Re: [RFC] FUSE permission modell (Was: fuse review bits)
- Prev by Date: Re: [PATCH scsi-misc-2.6 03/04] scsi: make scsi_requeue_request() use blk_requeue_request()
- Next by Date: Re: non-free firmware in kernel modules, aggregation and unclear copyright notice.
- Previous by thread: Re: [RFC] FUSE permission modell (Was: fuse review bits)
- Next by thread: Re: [RFC] FUSE permission modell (Was: fuse review bits)
- Index(es):