# Windows访问控制

## 介绍

Author：香山（微信：\_xiangshan）

本文刚开始写，慢慢写完再发布，不妥之处及时沟通

Gitbook链接地址：<https://rootclay.gitbook.io/windows-access-control/>

**访问控制**是指控制谁可以访问操作系统中资源的安全功能。 应用程序调用访问控制功能来设置谁可以访问特定资源，或者控制对应用程序提供的资源的访问。

此概述描述了用于控制对Windows对象（例如文件）的访问，以及用于控制对管理功能（例如设置系统时间或审核用户的操作）的访问的安全模型。 访问控制模型主题提供了访问控制各部分以及它们之间如何交互的高级描述。

访问控制是一个经久不衰的话题，实际上访问控制的目标就是依据授权，对提出的资源访问请求进行控制，防止未授权的访问。未授权的访问主要包括：未经授权的使用，泄露，销毁信息以及颁发指令等等。现实生活中我们经常接触到访问控制，比如：保险箱，防止外人打开，取走宝贵的资料。再比如，学校的图书馆，寝室等等需要用校园卡刷卡进入，只有拥有校园卡的人才可以进入图书馆。

所以策略（ACL）就体现在其中了，比如我们猜测图书馆对于策略的规定是只有学生，严格意义上是只有持有校园卡的学生才能进入图书馆，这就是一种策略。

##

###

###


---

# Agent Instructions: 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:

```
GET https://rootclay.gitbook.io/windows-access-control/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
