dacl Questions

3

Solved

I need to grant access to everyone for a named pipe I'm creating. I understand the way to do it is to create a NULL/empty DACL and pass it to CreateNamedPipe. How do I create a NULL DACL? I was to...
Melanymelaphyre asked 24/1, 2013 at 13:26

2

While debugging a particularly troublesome error involving SQLite and IIS, we encountered a permissions problem when accessing the App_Data properties The permissions on App_Data are incorrectly...
Swindell asked 27/11, 2017 at 8:7

0

I am creating a Security Descriptor for creating a mutex with CreateMutex(). It turns out that you cannot use the default descriptor that comes with the default discretionary access control list (D...
Insulting asked 22/2, 2016 at 20:25

1

Solved

I have legacy C++ code that changes a process DACL and am trying to use the managed code classes in .NET 3.5. I found code on the web where someone created a SetAclOnServices class that extends the...
Nocturn asked 15/12, 2009 at 17:35
1

© 2022 - 2024 — McMap. All rights reserved.