[windows] SDDL / DACL

2019. 10. 18. 16:53IT-개발/winapi 및 MFC

반응형

SDDL(Security Descriptor Definition Language)

 

https://docs.microsoft.com/ko-kr/windows/win32/secauthz/security-descriptor-definition-language

 

Security Descriptor Definition Language - Windows applications

Security Descriptor Definition Language In this article --> The security descriptor definition language (SDDL) defines the string format that the ConvertSecurityDescriptorToStringSecurityDescriptor and ConvertStringSecurityDescriptorToSecurityDescriptor fu

docs.microsoft.com

 

https://docs.microsoft.com/ko-kr/windows/win32/secauthz/sid-strings

 

SID Strings - Windows applications

SID Strings In this article --> In the security descriptor definition language (SDDL), security descriptor string use SID strings for the following components of a security descriptor: Owner Primary group The trustee in an ACE A SID string in a security de

docs.microsoft.com

https://docs.microsoft.com/en-us/windows/win32/api/sddl/nf-sddl-convertstringsecuritydescriptortosecuritydescriptora

 

ConvertStringSecurityDescriptorToSecurityDescriptorA function (sddl.h)

Converts a string-format security descriptor into a valid, functional security descriptor.

docs.microsoft.com

 

https://blogs.technet.microsoft.com/askds/2008/04/18/the-security-descriptor-definition-language-of-love-part-1/

 

The Security Descriptor Definition Language of Love (Part 1)

 

blogs.technet.microsoft.com

https://blogs.technet.microsoft.com/askds/2008/05/07/the-security-descriptor-definition-language-of-love-part-2/

 

The Security Descriptor Definition Language of Love (Part 2)

 

blogs.technet.microsoft.com

정리해놓음~