diff options
author | Andreas Gruenbacher <agruenba@redhat.com> | 2016-09-27 13:03:23 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-09-27 21:52:00 -0400 |
commit | bc8bcf3b150a29cd8d3f17a1aeb19a804ea683fa (patch) | |
tree | 8bc2a95170c0debf3b3c58379e00dd876f95f3d6 /include/uapi/linux/Kbuild | |
parent | 2211d5ba5c6c4e972ba6dbc912b2897425ea6621 (diff) | |
download | linux-bc8bcf3b150a29cd8d3f17a1aeb19a804ea683fa.tar.gz linux-bc8bcf3b150a29cd8d3f17a1aeb19a804ea683fa.tar.bz2 linux-bc8bcf3b150a29cd8d3f17a1aeb19a804ea683fa.zip |
posix_acl: uapi header split
Export the base definitions and the xattr representation of POSIX ACLs
to user space.
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/uapi/linux/Kbuild')
-rw-r--r-- | include/uapi/linux/Kbuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index 185f8ea2702f..e266739168ec 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild @@ -335,6 +335,8 @@ header-y += pkt_cls.h header-y += pkt_sched.h header-y += pmu.h header-y += poll.h +header-y += posix_acl.h +header-y += posix_acl_xattr.h header-y += posix_types.h header-y += ppdev.h header-y += ppp-comp.h |