Lines Matching +full:0 +full:x2000
21 #define AA_MAY_CREATE 0x0010
22 #define AA_MAY_DELETE 0x0020
23 #define AA_MAY_OPEN 0x0040
24 #define AA_MAY_RENAME 0x0080 /* pair */
26 #define AA_MAY_SETATTR 0x0100 /* meta write */
27 #define AA_MAY_GETATTR 0x0200 /* meta read */
28 #define AA_MAY_SETCRED 0x0400 /* security cred/attr */
29 #define AA_MAY_GETCRED 0x0800
31 #define AA_MAY_CHMOD 0x1000 /* pair */
32 #define AA_MAY_CHOWN 0x2000 /* pair */
33 #define AA_MAY_CHGRP 0x4000 /* pair */
34 #define AA_MAY_LOCK 0x8000 /* LINK_SUBSET overlaid */
36 #define AA_EXEC_MMAP 0x00010000
37 #define AA_MAY_MPROT 0x00020000 /* extend conditions */
38 #define AA_MAY_LINK 0x00040000 /* pair */
39 #define AA_MAY_SNAPSHOT 0x00080000 /* pair */
42 #define AA_CONT_MATCH 0x08000000
44 #define AA_MAY_STACK 0x10000000
45 #define AA_MAY_ONEXEC 0x20000000 /* either stack or change_profile */
46 #define AA_MAY_CHANGE_PROFILE 0x40000000
47 #define AA_MAY_CHANGEHAT 0x80000000
94 #define AA_INDEX_MASK 0x00ffffff
95 #define AA_INDEX_FLAG_MASK 0xff000000
96 #define AA_INDEX_NONE 0
98 #define ALL_PERMS_MASK 0xffffffff
173 int ____e = 0; \