]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
client: Add exception to POSIX ACL xattrs in removexattr 55087/head
authorAnoop C S <anoopcs@cryptolab.net>
Mon, 8 Jan 2024 11:47:59 +0000 (17:17 +0530)
committerAnoop C S <anoopcs@cryptolab.net>
Mon, 8 Jan 2024 16:31:24 +0000 (22:01 +0530)
commita17dccebba0fbc46ac0d3d57fca3f671b6a99bec
treee65f68c7313404d671510febf7b1f9f2ba820e99
parent655aedf605e8b5bc99976499ae5bdb8d11aa4a93
client: Add exception to POSIX ACL xattrs in removexattr

With an exception to POSIX ACL xattrs all others from "system."
namespace are found to return ENOTSUP during a removal attempt.
Hence "system.posix_acl_access" and "system.posix_acl_default"
are exempted thereby returning success despite their presence
on files.

Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
src/client/Client.cc