From ae84116dce1779bb0192801aaac6fda5741c2bd2 Mon Sep 17 00:00:00 2001 From: gmgigi96 Date: Fri, 14 Apr 2023 15:50:37 +0200 Subject: [PATCH] add changelog --- changelog/unreleased/fix-unshare-eos.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelog/unreleased/fix-unshare-eos.md diff --git a/changelog/unreleased/fix-unshare-eos.md b/changelog/unreleased/fix-unshare-eos.md new file mode 100644 index 00000000000..ff68255ad0b --- /dev/null +++ b/changelog/unreleased/fix-unshare-eos.md @@ -0,0 +1,9 @@ +Bugfix: Fix remove ACLs in EOS storage driver + +In the EOS storage driver, the remove acl operation was a no-op. +After removing a share, the recipient of the share was still able +to operate on the shared resource. +Now this has been fixed, removing correctly the ACL from the shared +resource. + +https://github.com/cs3org/reva/pull/3794