the principle of least privilege的意思|示意

美 / / 英 / /

最小特权原则


the principle of least privilege的网络常见释义

最小特权原则 用这种方法,安卓系统实现了最小特权原则(the principle of least privilege)。换句话说,每个应用默认只能访问正常运行所要求的组件。

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

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的一种安全策略,对策略中的自主安全、多级安全和最小特权原则进行了详细的叙述。

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.

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

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.

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

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.

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

Follow the principle of least privilege.

请遵循最低权限原则。

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