本文介绍了从DACL中删除ACE的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

如何从目录/文件的DACL中删除ACE.样本将有很大帮助.我正在编写一个C ++程序,该程序将从每个人"组的文件/目录的DACL中删除(并将其存储在某个地方).另外,在GetFileSecurity期间,我应该查询什么SecurityInformation-OWNER_SECURITY_INFORMATION/DACL_SECURITY_INFORMATION或两者.
PS:-将慷慨地投票给任何可以提供帮助的人
-
干杯

Varun

Hey Guys,

How to remove an ACE from a DACL of a directory/file. A sample will be of great help. I am writing a C++ program which removes (and stores somewhere) all the Deny ACE from DACL of a file/Directory for the group "Everyone". Also, During GetFileSecurity, what SecurityInformation should I query - OWNER_SECURITY_INFORMATION / DACL_SECURITY_INFORMATION or both.

PS:- Will vote generously for anybody that can help
--
Cheers

Varun

推荐答案



这篇关于从DACL中删除ACE的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-23 02:19