]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
client: During fscrypt write, ensure we get Fr cap
authorChristopher Hoffman <choffman@redhat.com>
Mon, 3 Feb 2025 19:13:31 +0000 (19:13 +0000)
committerChristopher Hoffman <choffman@redhat.com>
Wed, 5 Nov 2025 13:59:34 +0000 (13:59 +0000)
commitccdbc482760eafd02c67b6fe5745f15105064ef2
tree8073bf5b9f77818946670230c8e48764a72d14ed
parente30da6070b44cc49a3817738a30245bf8fd35d13
client: During fscrypt write, ensure we get Fr cap

During fscrypt write will require Fr cap. It's best to ensure
this requirement is handled at the cap level instead of at the mode
level. Otherwise, O_WRONLY flag won't be enforced.

Signed-off-by: Christopher Hoffman <choffman@redhat.com>
src/client/Client.cc
src/client/Inode.cc