Is it possible to create an application whitelist for user privileges in Windows?

85 Views Asked by At

Is it possible to grant a user a specific privilege, but then restrict the use of that privilege to a specific list of applications? For example, lets say that I have a special debugging application that I want use on a normal account that requires the SeDebugPrivilege to be enabled to work. However, I want every application other than the aforementioned debugger running under the normal account to be restricted from using this privilege. Is this possible? If so, how can this be done programmatically?

0

There are 0 best solutions below