> For the complete documentation index, see [llms.txt](https://hacking-notes.jord4n.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hacking-notes.jord4n.pro/zh/active-directory/acl-security-descriptors-and-permissions/permissions-audit-and-permission-entries.md).

# 权限、审计与 ACE

在 Active Directory 对象的高级安全设置中，通常有几个重要部分。

#### 权限

该 **权限** 选项卡显示对该对象拥有权限的用户或组。

可能的权限示例：

* 读取该对象；
* 修改某些属性；
* 更改所有者；
* 修改权限；
* 向组中添加成员；
* 删除该对象。

<figure><img src="/files/7d6e9358f428cde40240c15cd7a475529f84dc56" alt=""><figcaption></figcaption></figure>

#### 审核

该 **审核** 选项卡允许您定义必须记录哪些访问。

它用于跟踪用户何时对该对象执行某些操作。

示例：

* 读取尝试；
* 修改；
* 权限更改；
* 删除；
* 访问被拒绝。

<figure><img src="/files/6c95619342d02d864331d22e716e2d43fc1d29b0" alt=""><figcaption></figcaption></figure>

#### 权限条目

**权限条目** 对应于 ACL 中的详细行。

每个条目称为一个 **ACE**，或 **访问控制条目**.

ACE 表示：

* 相关的用户或组；
* 访问类型；
* 授予的权限；
* 相关对象；
* 权限是否继承。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://hacking-notes.jord4n.pro/zh/active-directory/acl-security-descriptors-and-permissions/permissions-audit-and-permission-entries.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
