What is the principle of least privilege in security?
- Allowing users to choose their own access rights
- Assigning access rights based on seniority within the organization
- Granting all users maximum access rights by default
- Restricting users' access rights to the minimum necessary for their job functions
The principle of least privilege in security advocates restricting users' access rights to the minimum necessary for their job functions. This minimizes the potential damage from accidental mishandling or intentional malicious actions.
Loading...
Related Quiz
- What are CSS preprocessors and why are they used in web development?
- Resolving a merge conflict in Git often involves editing the conflicted files to reconcile the _______ changes made in different branches.
- In responsive design, the _______ approach focuses on designing for mobile-first and then scaling up for larger devices.
- In a CI/CD pipeline, a developer pushes a code change to the repository. Describe the steps involved in the CI/CD pipeline until the change is deployed to production.
- In Git, a merge conflict occurs when two branches have made changes to the _______ lines of code in a file.