When changing the share owner, downgrade permissions where needed

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2021-04-15 12:51:35 +02:00
parent 4a2804dae2
commit 06bfbb4a8c
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF

View file

@ -87,6 +87,7 @@ class Updater {
continue;
}
$share->setShareOwner($newOwner);
$share->setPermissions($share->getPermissions() & $dstMount->getShare()->getPermissions());
$shareManager->updateShare($share);
}
}