|
ACE Inheritance
Each ACE in an ACL begins with an ACE_HEADER structure structure specifying how that ACE is inherited. Among other things,
the flags in an ACE_HEADER structure specify whether the ACE is inherited by container objects
(directories or registry keys) or by non-container objects, such as files.
ACE Inheritance in Container Objects
This section outlines the rules governing the inheritance of ACEs by container
objects.
If the CONTAINER_INHERIT_ACE flag is set in the ACE_HEADER structure of the parent ACE, a copy of the ACE is added to the end of the
inherited ACL and the following actions are performed on the inherited ACE:
- All inheritance flags in the inherited ACE are cleared.
- If the ACE contains an access mask and any generic access flags are set, the generic rights are mapped to the
standard and specific rights for the child object type.
If neither the CONTAINER_INHERIT_ACE flag nor the NO_PROPAGATE_INHERIT_ACE
flag is set, the OBJECT_INHERIT_ACE and INHERIT_ONLY_ACE flags are set. If both
the CONTAINER_INHERIT_ACE and the NO_PROPAGATE_INHERIT_ACE are set, the ACE is
added to the end of the inherited ACL.
If neither the NO_PROPAGATE_INHERIT_ACE nor the CONTAINER_INHERIT_ACE flag is
set in the ACE_HEADER structure of the parent ACE, a copy of the ACE is added to the end of the
inherited ACL and its INHERIT_ONLY_ACE flag is set.
Otherwise, the ACE is not inherited.
ACE Inheritance in Non-container Objects
The following rules govern the inheritance of ACEs in objects other than
containers.
If the OBJECT_INHERIT_ACE flag is set in the ACE_HEADER structure of the parent ACE, the ACE is copied to the end of the inherited
ACL and:
- The INHERIT_ONLY_ACE flag in the inherited ACE is cleared.
- The NO_PROPAGATE_INHERIT_ACE, OBJECT_INHERIT_ACE, and CONTAINER_INHERIT_ACE
flags in the inherited ACE are cleared.
- If the ACE contains an access mask and, if any generic access flags are set, the generic rights are mapped to
the standard and specific rights for the child object type.
Otherwise, the ACE is not inherited.
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|