commit | 31acceb97500dd6e9105526301d76488cd6ca21c | [log] [tgz] |
---|---|---|
author | Christian Brauner <brauner@kernel.org> | Thu Sep 22 17:17:21 2022 +0200 |
committer | Christian Brauner (Microsoft) <brauner@kernel.org> | Thu Oct 20 10:13:31 2022 +0200 |
tree | 7cb2ecb70bac2f431b0c75ac5fa30ca2f05d9709 | |
parent | 0e641857322f4d0a99aec3f49b21b732f3bb5ef9 [diff] |
ovl: use posix acl api Now that posix acls have a proper api us it to copy them. All filesystems that can serve as lower or upper layers for overlayfs have gained support for the new posix acl api in previous patches. So switch all internal overlayfs codepaths for copying posix acls to the new posix acl api. Acked-by: Miklos Szeredi <miklos@szeredi.hu> Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org>