From a3e577b09191a3c04241a8be9cc1cafeb6be4336 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Wed, 19 Oct 2016 13:55:23 -0700 Subject: [PATCH] tst: winfsp-tests: create_notraverse_test: fix security descriptor --- tst/winfsp-tests/create-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tst/winfsp-tests/create-test.c b/tst/winfsp-tests/create-test.c index 4bedc67e..97163d08 100644 --- a/tst/winfsp-tests/create-test.c +++ b/tst/winfsp-tests/create-test.c @@ -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;