Web Security Question:
Explain what is the principle of Least Privilege?
Answer:
- Least privilege principles ensure that the process gets only the limited resources at the beginning.
- The process will have only that many resources that will allow it to finish a task or job in a given time.
- The principle defines the use of Valet keys that is to ensure the security of the system by locking the processes with limited number of resources.
- The web should be given access to only HTML files to remain more secure on the Internet and all should be secure.
- The user should be given the permission only to do their job and should be provided with that many resources only.
- The process will have only that many resources that will allow it to finish a task or job in a given time.
- The principle defines the use of Valet keys that is to ensure the security of the system by locking the processes with limited number of resources.
- The web should be given access to only HTML files to remain more secure on the Internet and all should be secure.
- The user should be given the permission only to do their job and should be provided with that many resources only.
Previous Question | Next Question |
Tell me what are the ways in which attackers can infiltrate the system? | Can you explain what is the function of having SimpleWebServer and “Elevated Privileges”? |