afs: implement acl setting
Implements the setting of ACLs in AFS by means of setting the afs.acl extended attribute on the file. Signed-off-by: Joe Gorse <jhgorse@gmail.com> Signed-off-by: David Howells <dhowells@redhat.com>
这个提交包含在:
@@ -20,6 +20,7 @@ enum AFS_FS_Operations {
|
||||
FSFETCHACL = 131, /* AFS Fetch file ACL */
|
||||
FSFETCHSTATUS = 132, /* AFS Fetch file status */
|
||||
FSSTOREDATA = 133, /* AFS Store file data */
|
||||
FSSTOREACL = 134, /* AFS Store file ACL */
|
||||
FSSTORESTATUS = 135, /* AFS Store file status */
|
||||
FSREMOVEFILE = 136, /* AFS Remove a file */
|
||||
FSCREATEFILE = 137, /* AFS Create a file */
|
||||
|
在新工单中引用
屏蔽一个用户