blob: 865c224aa026ada4d42c3eed09063eb045d8d67d [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
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 Ferris6a9755d2017-01-13 14:09:31 -08007#ifndef __UAPI_POSIX_ACL_H
8#define __UAPI_POSIX_ACL_H
9#define ACL_UNDEFINED_ID (- 1)
10#define ACL_TYPE_ACCESS (0x8000)
Christopher Ferris6a9755d2017-01-13 14:09:31 -080011#define ACL_TYPE_DEFAULT (0x4000)
12#define ACL_USER_OBJ (0x01)
13#define ACL_USER (0x02)
14#define ACL_GROUP_OBJ (0x04)
Christopher Ferris6a9755d2017-01-13 14:09:31 -080015#define ACL_GROUP (0x08)
16#define ACL_MASK (0x10)
17#define ACL_OTHER (0x20)
18#define ACL_READ (0x04)
Christopher Ferris6a9755d2017-01-13 14:09:31 -080019#define ACL_WRITE (0x02)
20#define ACL_EXECUTE (0x01)
21#endif