prevent the root storage from accidentally scanning user folders
while this scan *should* never be triggered, it's good to have some failsafe to ensure
that the users home contents don't end up getting scanned in the root storage
Signed-off-by:
Robin Appelman <robin@icewind.nl>
Showing
- lib/composer/composer/autoload_classmap.php 2 additions, 0 deletionslib/composer/composer/autoload_classmap.php
- lib/composer/composer/autoload_static.php 2 additions, 0 deletionslib/composer/composer/autoload_static.php
- lib/private/Files/Cache/LocalRootScanner.php 47 additions, 0 deletionslib/private/Files/Cache/LocalRootScanner.php
- lib/private/Files/Storage/LocalRootStorage.php 38 additions, 0 deletionslib/private/Files/Storage/LocalRootStorage.php
- lib/private/legacy/OC_Util.php 2 additions, 1 deletionlib/private/legacy/OC_Util.php
- tests/lib/Files/Cache/LocalRootScannerTest.php 59 additions, 0 deletionstests/lib/Files/Cache/LocalRootScannerTest.php
Loading
Please register or sign in to comment