In the context of database security, what is the principle of "least privilege"?

  • Access to only the resources required to perform tasks
  • Encrypting all data in the database
  • Granting maximum permissions to all users
  • Restricting access to only administrators
The principle of "least privilege" dictates that users should be granted only the minimum level of access or permissions necessary to perform their tasks, reducing the risk of unauthorized access or misuse of sensitive data. This helps enhance security by limiting potential vulnerabilities.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *