| Restricting Privileges |
| 1 This is the default if HITMAN$PRIVS is not defined and behaves exactly as HITMAN did in versions 6 and 7. This option checks the process privilege mask. It will, however, terminate any users running a privileged image IF that image also requests the privilege for the process. If the image doesnt request the privilege be granted to the process HITMAN will not detect the additional privileges. |
| 2 This option will not detect users as privileged if they are running a privileged image that has requested privilege(s) for the process. This is less secure but may eliminate a situation where users are being detected with privileges unexpectedly. |
| 3 This is a more secure variation of option 1. It detects if users can request privileges and acts on them even if they have not yet requested those privileges for their process. It adds a check of the authorized privilege mask. |
| 4 This is a more secure variation of option 2. It also checks the authorized privilege mask and acts on processes that may request privileges. |