Is there a way to add an ACE to the DACL of a file/directory from kernel mode in windows?
I'm found a reference about ZwQuerySecurityObject/ZwSetSecurityObject
routines, but it is not defined in WINDDK headers.
I would appreciate any information of this question.