src/server/daemon/acl.h

changeset 385
a1f4cb076d2f
parent 241
4adad7faf452
equal deleted inserted replaced
210:21274e5950af 385:a1f4cb076d2f
46 int wsacl_check(WSAcl *acl, User *user, int access_mask); 46 int wsacl_check(WSAcl *acl, User *user, int access_mask);
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, const 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