10 lines
96 B
C
10 lines
96 B
C
|
|
enum {
|
|
acl_read = 1,
|
|
acl_write = 2,
|
|
acl_add = 4,
|
|
acl_delete = 8,
|
|
acl_rendn = 16,
|
|
};
|
|
|