Merge pull request #45088 from nextcloud/fix/user-manager-log-collisions

fix(User\Manager): Avoid future collisions with updater/audit logs
This commit is contained in:
Joas Schilling 2024-05-06 16:29:53 +02:00 committed by GitHub
commit 79a75ca196
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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