44.5k views
2 votes
Ensuring that users have access only to the files they need to complete their tasks is an example of which principle? A. Separation of dutiesB. Implicit denyC. Least privilegeD. Keep it simple

User DianaBG
by
6.1k points

1 Answer

3 votes

Answer:

Least Privilege

Step-by-step explanation:

The principle of least privilege an important principle in computer security. It is the practice of limiting access rights for users to the basic minimum or least amount of privilege they require to perform their tasks. For example a user is granted privilege to execute a file or manipulate data or use resources they require to perform a function or task. Therefore, this principle can be used only to limit access rights for programs, systems, and devices to those permissions only that are required to carry out permitted activities. Conforming to principle of least privilege reduces the risk of hackers gaining access to sensitive information or a system, by compromising a user account or device. For example an individual whose task is to enter data into a database only requires option to add records to that DB by the principle of least privilege. If a virus attacks the computer of that individual, this attack is restricted only to creating DB entries.

User Ashish Chaurasia
by
5.6k points