Describe a programming situation in which least privilege is
Describe a programming situation in which least privilege is a good strategy to improve security.
Solution
The principle of least privilege (POLP) is the method of limiting access to the minimal level that permits normal functioning. Applied to employees, this translates to giving persons the lowest level of user rights that they can have and yet do their jobs. This is also applicable to things other than people, including programs and processes
In a personal computing situation, you can increase security by utilizing an account without administrative rights. Operating in administrative mode makes your system vulnerable to malicious coding online that would be denied access if you were operating with lower permission levels. Some operating systems have least privilege built in. For example, Vista\'s user account control (UAC) has 2 operational modes, first with and one without administrative privileges. Even in the second mode, however, explicit permission is needed for external system access
