forked from andreas-gruenbacher/richacl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexports
48 lines (46 loc) · 869 Bytes
/
exports
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
RICHACL_1.0 {
global:
# ace funcs
richace_copy;
richace_get_who;
richace_is_everyone;
richace_is_group;
richace_is_owner;
richace_is_same_identifier;
richace_is_unix_group;
richace_is_unix_user;
richace_set_gid;
richace_set_uid;
richace_set_special_who;
richace_set_unmapped_who;
# acl funcs
richacl_access;
richacl_permission;
richacl_alloc;
richacl_apply_masks;
richacl_auto_inherit;
richacl_chmod;
richacl_clone;
richacl_compare;
richacl_compute_max_masks;
richacl_equiv_mode;
richacl_free;
richacl_from_mode;
richacl_from_text;
richacl_from_xattr;
richacl_get_fd;
richacl_get_file;
richacl_inherit;
richacl_inherit_inode;
richacl_mask_to_text;
richacl_masks_to_mode;
richacl_set_fd;
richacl_set_file;
richacl_to_text;
richacl_to_xattr;
richacl_xattr_size;
richacl_valid;
local:
# Library internal stuff
*;
};