06 2017 档案

摘要:实现系统安全由如下核心组件和数据库组成: 1.安全引用监视器SRM:Windows执行体中的组件,负责定义代表安全上下文的访问令牌结构体,执行对象的访问检查,操作用户特权,生成任何导致安全审计的消息 2.本地安全授权子系统Lsass:Lsass.exe映像文件的用户模式进程,负责本地系统安全策略(如 阅读全文
posted @ 2017-06-28 10:04 debugme 阅读(1928) 评论(0) 推荐(0)
摘要:Introduction This article is intended to assist application developers with designing Windows Vista capable applications that are User Account Control 阅读全文
posted @ 2017-06-13 01:18 debugme 阅读(437) 评论(0) 推荐(0)
摘要:The Windows integrity mechanism is a core component of the Windows security architecture that restricts the access permissions of applications that ar 阅读全文
posted @ 2017-06-09 16:42 debugme 阅读(993) 评论(0) 推荐(0)
摘要:An application cannot change the access control list of an object unless the application has the rights to do so. These rights are controlled by a sec 阅读全文
posted @ 2017-06-06 00:41 debugme 阅读(561) 评论(0) 推荐(0)
摘要:When a user logs in, the system collects a set of data that uniquely identifies the user during the authentication process, and stores it in an access 阅读全文
posted @ 2017-06-05 00:51 debugme 阅读(385) 评论(0) 推荐(0)
摘要:When a thread attempts to use a securable object, the system performs an access check before allowing the thread to proceed. In an access check, the s 阅读全文
posted @ 2017-06-04 23:11 debugme 阅读(261) 评论(0) 推荐(0)
摘要:A privilege is the right of an account, such as a user or group account, to perform various system-related operations on the local computer, such as s 阅读全文
posted @ 2017-06-04 20:44 debugme 阅读(1515) 评论(0) 推荐(0)