Commit a17dcce
committed
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 <[email protected]>1 parent 655aedf commit a17dcce
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14071 | 14071 | | |
14072 | 14072 | | |
14073 | 14073 | | |
14074 | | - | |
| 14074 | + | |
| 14075 | + | |
| 14076 | + | |
14075 | 14077 | | |
14076 | 14078 | | |
14077 | 14079 | | |
| |||
14087 | 14089 | | |
14088 | 14090 | | |
14089 | 14091 | | |
| 14092 | + | |
| 14093 | + | |
| 14094 | + | |
| 14095 | + | |
| 14096 | + | |
14090 | 14097 | | |
14091 | 14098 | | |
14092 | 14099 | | |
| |||
0 commit comments