Skip to content

Commit 9e7740d

Browse files
Merge pull request #45202 from nextcloud/backport/45088/stable29
[stable29] fix(User\Manager): Avoid future collisions with updater/audit logs
2 parents 64bf341 + a6064f5 commit 9e7740d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/private/User/Manager.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,8 @@ private function verifyUid(string $uid, bool $checkDataDirectory = false): bool
769769
'.ocdata',
770770
'owncloud.log',
771771
'nextcloud.log',
772+
'updater.log',
773+
'audit.log',
772774
$appdata], true)) {
773775
return false;
774776
}

0 commit comments

Comments
 (0)