]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Merge PR #50053 into main
authorVenky Shankar <vshankar@redhat.com>
Thu, 30 Mar 2023 09:18:26 +0000 (14:48 +0530)
committerVenky Shankar <vshankar@redhat.com>
Thu, 30 Mar 2023 09:18:26 +0000 (14:48 +0530)
commite84f319c6613eb0b0dc1ae213c8a8267d326194a
tree5d1e4fa425bf23b8746e478cc87d2d77a30c3cb7
parent96f4886dc6fa72bfd2e4f6b4f0a302c3fa0eff1c
parent254eeb2730881ee48b4743e1422749d5b643f52a
Merge PR #50053 into main

* refs/pull/50053/head:
libcephfs: move ClearSetuid to suidsgid.cc
libcephfs: add test cases for dropping the suid/sgid in write/truncate
libcephfs: add test cases for dropping the suid/sgid in fallocate
libcephfs: fix ClearSetuid incorrectly using SETATTR_MODE mask
client: switch to clear_suid_sgid for ftruncate
client: switch to clear_suid_sgid for _write()
mds/client: clear the suid/sgid in fallocate path
client: allow unprivileged users to clear suid/sgid

Reviewed-by: Venky Shankar <vshankar@redhat.com>
Reviewed-by: Milind Changire <mchangir@redhat.com>
src/mds/Server.cc
src/test/libcephfs/test.cc