> 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/difference-between-acl-dacl-sacl-and-ace.md).

# ACL、DACL、SACL 和 ACE 之间的区别

| 元素   | 含义       | 作用         |
| ---- | -------- | ---------- |
| ACL  | 访问控制列表   | 访问控制列表     |
| DACL | 自主访问控制列表 | 定义谁可以访问该对象 |
| SACL | 系统访问控制列表 | 定义审计什么内容   |
| ACE  | 访问控制项    | ACL 中的单独条目 |

记住：

* 该 **DACL** 控制权限。
* 该 **SACL** 控制审计。
* 一个 **ACE** 是 ACL 中的一条具体条目。

<figure><img src="/files/8f08e5a222943dd77e0f16e7b9ea20a24ca6592d" alt=""><figcaption></figcaption></figure>


---

# 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/difference-between-acl-dacl-sacl-and-ace.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.
