least privilege principle的意思|示意

美 / / 英 / /

最小特权原则


least privilege principle的网络常见释义

最小特权原则 角色和会话的设置带来的好处是容易实施最小特权原则( Least Privilege Principle),即在一个成熟的安全系统内部应当决不会给予用户以超过执行任务所需特权以外的特权。

least privilege principle相关短语

1、 Principle of least privilege 最小特权原则 ; 最低权限原则

2、 the least privilege principle 最小权限原则

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

least privilege principle相关例句

Follow the principle of least privilege.

请遵循最低权限原则。

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

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

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) .也就是说,每个应用在只需要完成自己的功能而不需要其他服务的时候,默认只对自己的组件有访问权限。

The principle of least privilege says that any given privilege should be granted to the least amount of code necessary for the shortest duration of time that is required to get the job done.

根据最小权限的原则,应该针对完成工作所需的最短期间,将任何指定权限授与最少量的必要程序码。

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.

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