]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
fuse2fs: fix default acls propagating to non-dir children
authorDarrick J. Wong <djwong@kernel.org>
Fri, 5 Sep 2025 20:29:44 +0000 (13:29 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 17 Oct 2025 23:34:22 +0000 (16:34 -0700)
commit7fb6db60850b9f9f947140ab5f633189416445f5
tree32b51f907e406ae0016c6cceed0d53943360ac6f
parent8fbea929d226956acfe491c251a257181a5ff46d
fuse2fs: fix default acls propagating to non-dir children

New non-directory children should not be copying the default ACLs of the
parents.  Caught by generic/099 in fuseblk/iomap mode.

Cc: <linux-ext4@vger.kernel.org> # v1.47.3
Fixes: 2c7900387620a6 ("fuse2fs: propagate default ACLs to new children")
Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
misc/fuse2fs.c