experimental acl support

This commit is contained in:
leitner
2005-08-27 20:45:44 +00:00
parent d232d9fd65
commit 40271f169a
6 changed files with 413 additions and 111 deletions

9
acl.h Normal file
View File

@@ -0,0 +1,9 @@
enum {
acl_read = 1,
acl_write = 2,
acl_auth = 4,
acl_delete = 8,
acl_rendn = 16,
};