Elliott Hughes | 180edef | 2023-11-02 00:08:05 +0000 | [diff] [blame] | 1 | /* |
| 2 | * This file is auto-generated. Modifications will be lost. |
| 3 | * |
| 4 | * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ |
| 5 | * for more information. |
| 6 | */ |
Christopher Ferris | 6a9755d | 2017-01-13 14:09:31 -0800 | [diff] [blame] | 7 | #ifndef __UAPI_POSIX_ACL_H |
| 8 | #define __UAPI_POSIX_ACL_H |
| 9 | #define ACL_UNDEFINED_ID (- 1) |
| 10 | #define ACL_TYPE_ACCESS (0x8000) |
Christopher Ferris | 6a9755d | 2017-01-13 14:09:31 -0800 | [diff] [blame] | 11 | #define ACL_TYPE_DEFAULT (0x4000) |
| 12 | #define ACL_USER_OBJ (0x01) |
| 13 | #define ACL_USER (0x02) |
| 14 | #define ACL_GROUP_OBJ (0x04) |
Christopher Ferris | 6a9755d | 2017-01-13 14:09:31 -0800 | [diff] [blame] | 15 | #define ACL_GROUP (0x08) |
| 16 | #define ACL_MASK (0x10) |
| 17 | #define ACL_OTHER (0x20) |
| 18 | #define ACL_READ (0x04) |
Christopher Ferris | 6a9755d | 2017-01-13 14:09:31 -0800 | [diff] [blame] | 19 | #define ACL_WRITE (0x02) |
| 20 | #define ACL_EXECUTE (0x01) |
| 21 | #endif |