commit | 6f79a7131d2ef14b2df451f056f755b7c55c499b | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Tue Apr 22 16:54:18 2025 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Thu Apr 24 14:36:51 2025 -0700 |
tree | 14852585bf04205bff36ca63d632f44e479f32c4 | |
parent | 4b3057cf5376ec5cb64c1a28ff29543fcc87b586 [diff] |
fuse2fs: delegate access control decisions to the kernel In "kernel" mode (aka allow_others + default_permissions), the kernel enforces all the access control for us. Therefore, we don't need to do any checking of our own. Create a purpose-built helper to detect this situation and turn off all the access controlling. Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>