Respuesta :

The idea that users should be granted only the levels of permissions they need to perform their duties is called the principle of least privilage. [TRUE]

About Principle of least privilege

In information security , computer science and other fields, the principle of most privilege ( PoLP ), also known as the principle of minimum privilege or the principle of least authority, requires that within a certain layer of abstraction of the computing environment, every module (such as a process, user, or program , depending on the subject) must be able to access only the necessary information and resources for legitimate purposes.

In principle it means granting a user account or processing only the privileges necessary to perform its intended function. For example, a user account for the sole purpose of creating backups does not need to install software: therefore, it only has rights to run backups and backup-related applications. Other privileges, such as installing new software, are blocked. This principle also applies to users of personal computers who normally work in normal user accounts, and open password-protected accounts only when the situation really demands it.

Learn more about Principle of least privilege at https://brainly.com/question/28177870