src/server/daemon/acl.h

branch
webdav
changeset 211
2160585200ac
parent 73
79fa26ecd135
child 241
4adad7faf452
equal deleted inserted replaced
210:21274e5950af 211:2160585200ac
47 47
48 48
49 // file system acl functions 49 // file system acl functions
50 50
51 int fs_acl_check(SysACL *acl, User *user, char *path, uint32_t access_mask); 51 int fs_acl_check(SysACL *acl, User *user, char *path, uint32_t access_mask);
52 int fs_acl_check_fd(SysACL *acl, User *user, int fd, uint32_t access_mask);
52 void fs_acl_finish(); 53 void fs_acl_finish();
53 54
54 #ifdef __cplusplus 55 #ifdef __cplusplus
55 } 56 }
56 #endif 57 #endif

mercurial