Merge pull request #45202 from nextcloud/backport/45088/stable29

[stable29] fix(User\Manager): Avoid future collisions with updater/audit logs
This commit is contained in:
Joas Schilling 2024-05-07 09:46:33 +02:00 committed by GitHub
commit 9e7740d24b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -769,6 +769,8 @@ class Manager extends PublicEmitter implements IUserManager {
'.ocdata',
'owncloud.log',
'nextcloud.log',
'updater.log',
'audit.log',
$appdata], true)) {
return false;
}