Principle of least privilege的意思|示意

美 / / 英 / /

[计] 最少特权原则


Principle of least privilege的网络常见释义

最小特权原则 权能为完成特定任务仅授予 主体所需要的最小访问特权,满足最小特权原则(principle of least privilege)的要求。同其它的访问控制机制不同,权能控制不需要利用主体和 客体的详细标示或分类,而只需要知道主体可以执行的操作范围即可。

最低权限原则 ...id cubeByReference( int *nPtr ) { *nPtr = *nPtr * *nPtr * *nPtr; } const修饰 Principle of least privilege (最低权限原则) 授予函数足够的权限来完成任务 const pointers 指针常量 int * const myPtr = &x; 不允许对myPtr赋值 指向常量的指针(也称常量...

Principle of least privilege相关短语

1、 the principle of least privilege 最小特权原则 ; 权限原则

Principle of least privilege相关例句

This violates the principle of Least privilege, which is a basic security design principle that recommends that users should only be granted enough privileges to perform their tasks.

这违背了最小特权原则,这是一个基本的安全设计原则,该原则建议只授予用户足够执行其任务的权利。

This is both a good and a bad thing because it simplifies the security setup scenario but also leaves you unable to practice the Principle of Least Privilege.

这种方法简化了安全设置场景,但是这样一来就无法使用最小特权原则了,因此该方法既有优点也有缺点。

A security policy for multilevel security, RDBMS, is proposed together with a detailed description of the discretionary security, multilevel security and the principle of least privilege.

提出了多级安全rdbms的一种安全策略,对策略中的自主安全、多级安全和最小特权原则进行了详细的叙述。

In this way, the Android system implements the principle of least privilege. That is, each application, by default, has access only to the components that it requires to do its work and no more.

Android系统通过这种方式实现最低权限原则(the principle of least privilege) .也就是说,每个应用在只需要完成自己的功能而不需要其他服务的时候,默认只对自己的组件有访问权限。

Describes granting permissions using the principle of least privilege and provides links to additional resources.

说明如何使用最小权限的原则来授与权限,并提供其他资源的连结。

Follow the principle of least privilege by allowing logins in the PAL only the permissions the logins must have to perform replication tasks.

遵循最小权限原则,仅允许PAL中的登录名拥有执行复制任务所必需的权限。