Searched hist:e782ef71097e832f62256370a2fe231b9fba96cf (Results 1 – 4 of 4) sorted by relevance
/linux/fs/9p/ |
H A D | acl.c | diff e782ef71097e832f62256370a2fe231b9fba96cf Wed Jan 26 00:40:54 CET 2011 Venkateswararao Jujjuri (JV) <jvrao@linux.vnet.ibm.com> [fs/9P] Add posixacl mount option
The mount option access=client is overloaded as it assumes acl too. Adding posixacl option to enable POSIX ACLs makes it explicit and clear. Also it is convenient in the future to add other types of acls like richacls.
Ideally, the access mode 'client' should be just like V9FS_ACCESS_USER except it underscores the location of access check. Traditional 9P protocol lets the server perform access checks but with this mode, all the access checks will be performed on the client itself. Server just follows the client's directive.
Signed-off-by: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com> Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
|
H A D | v9fs.h | diff e782ef71097e832f62256370a2fe231b9fba96cf Wed Jan 26 00:40:54 CET 2011 Venkateswararao Jujjuri (JV) <jvrao@linux.vnet.ibm.com> [fs/9P] Add posixacl mount option
The mount option access=client is overloaded as it assumes acl too. Adding posixacl option to enable POSIX ACLs makes it explicit and clear. Also it is convenient in the future to add other types of acls like richacls.
Ideally, the access mode 'client' should be just like V9FS_ACCESS_USER except it underscores the location of access check. Traditional 9P protocol lets the server perform access checks but with this mode, all the access checks will be performed on the client itself. Server just follows the client's directive.
Signed-off-by: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com> Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
|
H A D | v9fs.c | diff e782ef71097e832f62256370a2fe231b9fba96cf Wed Jan 26 00:40:54 CET 2011 Venkateswararao Jujjuri (JV) <jvrao@linux.vnet.ibm.com> [fs/9P] Add posixacl mount option
The mount option access=client is overloaded as it assumes acl too. Adding posixacl option to enable POSIX ACLs makes it explicit and clear. Also it is convenient in the future to add other types of acls like richacls.
Ideally, the access mode 'client' should be just like V9FS_ACCESS_USER except it underscores the location of access check. Traditional 9P protocol lets the server perform access checks but with this mode, all the access checks will be performed on the client itself. Server just follows the client's directive.
Signed-off-by: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com> Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
|
H A D | vfs_super.c | diff e782ef71097e832f62256370a2fe231b9fba96cf Wed Jan 26 00:40:54 CET 2011 Venkateswararao Jujjuri (JV) <jvrao@linux.vnet.ibm.com> [fs/9P] Add posixacl mount option
The mount option access=client is overloaded as it assumes acl too. Adding posixacl option to enable POSIX ACLs makes it explicit and clear. Also it is convenient in the future to add other types of acls like richacls.
Ideally, the access mode 'client' should be just like V9FS_ACCESS_USER except it underscores the location of access check. Traditional 9P protocol lets the server perform access checks but with this mode, all the access checks will be performed on the client itself. Server just follows the client's directive.
Signed-off-by: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com> Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
|