diff --git a/changelog/unreleased/fix-unshare-eos.md b/changelog/unreleased/fix-unshare-eos.md new file mode 100644 index 0000000000..bf8df7dc4e --- /dev/null +++ b/changelog/unreleased/fix-unshare-eos.md @@ -0,0 +1,9 @@ +Bugfix: Fix unshare for 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