mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 16:33:02 -05:00
tst: winfsp-tests: create_notraverse_test: fix security descriptor
This commit is contained in:
parent
9b287fb559
commit
a3e577b091
@ -372,7 +372,7 @@ void create_notraverse_dotest(ULONG Flags, PWSTR Prefix)
|
||||
{
|
||||
void *memfs = memfs_start(Flags);
|
||||
|
||||
static PWSTR Sddl = L"D:P(A;;GA;;;SY)(A;;GA;;;BA)(A;;GRGWSD;;;WD)";
|
||||
static PWSTR Sddl = L"D:P(A;;GRGWSD;;;WD)";
|
||||
PSECURITY_DESCRIPTOR SecurityDescriptor;
|
||||
SECURITY_ATTRIBUTES SecurityAttributes = { 0 };
|
||||
LUID Luid;
|
||||
|
Loading…
x
Reference in New Issue
Block a user