mirror of https://gitee.com/bigwinds/arangodb
every body get access rights to shared mem segment of installer
This commit is contained in:
parent
a7a2a1d74b
commit
352cd175c6
|
@ -305,11 +305,9 @@ BOOL CreateMyDACL(SECURITY_ATTRIBUTES * pSA)
|
||||||
// Modify these values as needed to generate the proper
|
// Modify these values as needed to generate the proper
|
||||||
// DACL for your application.
|
// DACL for your application.
|
||||||
TCHAR * szSD = TEXT("D:") // Discretionary ACL
|
TCHAR * szSD = TEXT("D:") // Discretionary ACL
|
||||||
TEXT("(D;OICI;GA;;;BG)") // Deny access to
|
TEXT("(A;OICI;GA;;;BG)") // Allow built-in guests
|
||||||
// built-in guests
|
TEXT("(A;OICI;GA;;;AN)") // Allow anonymous logon
|
||||||
TEXT("(D;OICI;GA;;;AN)") // Deny access to
|
TEXT("(A;OICI;GA;;;AU)")
|
||||||
// anonymous logon
|
|
||||||
TEXT("(A;OICI;GWGR;;;AU)")
|
|
||||||
//TEXT("(A;OICI;GRGWGX;;;AU)") // Allow
|
//TEXT("(A;OICI;GRGWGX;;;AU)") // Allow
|
||||||
// read/write/execute
|
// read/write/execute
|
||||||
// to authenticated
|
// to authenticated
|
||||||
|
|
Loading…
Reference in New Issue