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>
这个提交包含在:
Joe Gorse
2019-04-25 14:26:52 +01:00
提交者 David Howells
父节点 260f082bae
当前提交 b10494af49
修改 5 个文件,包含 110 行新增6 行删除

查看文件

@@ -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 */