1
0
Fork 0

every body get access rights to shared mem segment of installer

This commit is contained in:
= 2014-05-01 14:03:09 +02:00
parent a7a2a1d74b
commit 352cd175c6
1 changed files with 3 additions and 5 deletions

View File

@ -305,11 +305,9 @@ BOOL CreateMyDACL(SECURITY_ATTRIBUTES * pSA)
// Modify these values as needed to generate the proper
// DACL for your application.
TCHAR * szSD = TEXT("D:") // Discretionary ACL
TEXT("(D;OICI;GA;;;BG)") // Deny access to
// built-in guests
TEXT("(D;OICI;GA;;;AN)") // Deny access to
// anonymous logon
TEXT("(A;OICI;GWGR;;;AU)")
TEXT("(A;OICI;GA;;;BG)") // Allow built-in guests
TEXT("(A;OICI;GA;;;AN)") // Allow anonymous logon
TEXT("(A;OICI;GA;;;AU)")
//TEXT("(A;OICI;GRGWGX;;;AU)") // Allow
// read/write/execute
// to authenticated