Basically I want to create my shared memory with the equivalent of UNIX 600 permissions. How would I do this in Windows?
I think when I call CreateFileMapping I would need to pass a LPSECURITY_ATTRIBUTES object that I set using SetSecurityDescriptorDacl but I'm not sure the proper values to pass to SetSecurityDescriptorDacl. The documentation is a bit confusing for me since I don't really work with windows so any help is appreciated.