mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-14 15:52:47 -05:00
dll: FspAccessCheckEx: test access checks without traverse privilege
This commit is contained in:
@ -84,6 +84,9 @@ if errorlevel 1 goto fail
|
||||
echo winfsp-tests-x64 --mountpoint=mymnt
|
||||
winfsp-tests-x64 --mountpoint=mymnt
|
||||
if errorlevel 1 goto fail
|
||||
echo winfsp-tests-x64 --no-traverse
|
||||
winfsp-tests-x64 --no-traverse
|
||||
if errorlevel 1 goto fail
|
||||
exit /b 0
|
||||
|
||||
:winfsp-tests-x86
|
||||
@ -99,6 +102,9 @@ if errorlevel 1 goto fail
|
||||
echo winfsp-tests-x86 --mountpoint=mymnt
|
||||
winfsp-tests-x86 --mountpoint=mymnt
|
||||
if errorlevel 1 goto fail
|
||||
echo winfsp-tests-x86 --no-traverse
|
||||
winfsp-tests-x86 --no-traverse
|
||||
if errorlevel 1 goto fail
|
||||
exit /b 0
|
||||
|
||||
:fsx-memfs-x64
|
||||
|
Reference in New Issue
Block a user