aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/include/common_perm_to_string.h
blob: ce5b6e2fe9dd10e4944378cea07f65acbb2c23a8 (plain) (blame)
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
49
50
51
52
53
54
55
56
57
58
/* This file is automatically generated.  Do not edit. */
TB_(common_file_perm_to_string)
    S_("ioctl")
    S_("read")
    S_("write")
    S_("create")
    S_("getattr")
    S_("setattr")
    S_("lock")
    S_("relabelfrom")
    S_("relabelto")
    S_("append")
    S_("unlink")
    S_("link")
    S_("rename")
    S_("execute")
    S_("swapon")
    S_("quotaon")
    S_("mounton")
TE_(common_file_perm_to_string)

TB_(common_socket_perm_to_string)
    S_("ioctl")
    S_("read")
    S_("write")
    S_("create")
    S_("getattr")
    S_("setattr")
    S_("lock")
    S_("relabelfrom")
    S_("relabelto")
    S_("append")
    S_("bind")
    S_("connect")
    S_("listen")
    S_("accept")
    S_("getopt")
    S_("setopt")
    S_("shutdown")
    S_("recvfrom")
    S_("sendto")
    S_("recv_msg")
    S_("send_msg")
    S_("name_bind")
TE_(common_socket_perm_to_string)

TB_(common_ipc_perm_to_string)
    S_("create")
    S_("destroy")
    S_("getattr")
    S_("setattr")
    S_("read")
    S_("write")
    S_("associate")
    S_("unix_read")
    S_("unix_write")
TE_(common_ipc_perm_to_string)