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?
Is it possible to create an application whitelist for user privileges in Windows?
99 Views Asked by SourceX At
0
There are 0 best solutions below
Related Questions in WINDOWS
- how to play a sounds in c# forms?
- Echo behaviour of Microsoft Windows Telnet Client
- Getting error while running spark-shell on my system; pyspark is running fine
- DirectX 9 With No SDK Installed - How To Translate a D3DMATRIX?
- Gradle 8.7 cannot find installed JDK 22 in IntelliJ
- 'IOException: The cloud file provider is not running', when trying to delete 'cloud' folder
- Cannot load modules/mod_dav_svn.so into server
- Issue with launching application after updating ElectronJs to version 28.0.0 on Windows and Linux
- 32-bit applications do not display some files in Windows 10
- 'bun' is not recognized as an internal or external command
- mkssecreenshotmgr taking a screenshot
- Next js installation in windows 7 os
- Can't resize a partition using Mini Tool?
- Is there any way to set a printer as default according with Active Directory Policy Security Group and PC hostname?
- Electron Printing not working on Windows (Works on Mac)
Related Questions in PRIVILEGES
- With which user does Oracle APEX create apps?
- What are the Risks of using app with dangerous delegated permissions in azure?
- Rundeck/Ansible privilege escalation doesn't work
- Do Shell Script From Apple Script Requires Terminal To Have Full Disk Access - But It Already Has Full Disk Access
- Error 1217 vs 1452: Still less verbose despite `GRANT_ALL`
- How exception occurred in debug mode do end execution of program buffer in RISCV architecture?
- I was installing the python for the first time, but I can't access the check box for admin privileges, it doesn't allow to check or uncheck it
- Pivileges of a new user in PostgreSQL
- List of role's privileges in Postgres
- MySQL Workbench Creating Users and Privileges
- confine snowflake warehouse usage on user level
- Is it possible to give my Android app root permissions without rooting the device? Perhaps with an MDM or a UEM?
- Creating a Limited Privilege PostgreSQL Role for Backend Server
- Is it possible in node to attain super user / root privileges for a set of actions without running the entire application as root?
- Wow64 subsystem and its implementation on x86_64
Related Questions in WHITELIST
- How are white-listed domains actually enforced by some of the big API providers?
- Deny DynamoDB Access if IP address not on allow list
- Modify android WebView and create whitelist
- Is it Secure to Authenticate Solely Based on Spring Security's hasIpAddress Configuration?
- I need to add Woocommerce to my whitelist to allow access to woo mobile app
- Better way to allow only specific paths in Apache
- Issue with Vimeo whitelisting (domain specified security) in mobile app implementation
- Whitelist local server in google chrome
- Whitelisting an IP address for sms notification with an AWS application Load Balancer
- Ip is whitelisted but still getting error to connecting MongoDB
- traefik ingress is not showing the clientAddr external IP when externalTrafficPolicy set to Local
- Java Spring Framework Is there a way to only allow the application to make network requests to specific urls
- Discover External IP Range for Firebase Functions (Google Cloud Functions) by region?
- Tesseract whitelist is not accepting special characters
- How do I block a path in traefik?
Related Questions in LOCAL-SECURITY-POLICY
- Can a non-admin read the Local Security Policy?
- How to install Jenkins on Windows 11?
- Python mmap permission denied on Windows
- Is it possible to check local security policies with a powershell script?
- Using Set-Date in a Powershell script fails due to permissions
- Batch job user wakes Windows from Sleep and Hibernate unintentionally
- Reading Local Security Policy From Service
- Enable "Audit Process Tracking" from CMD regardless of the system language
- Setting LmCompatibilityLevel in Registry Editor is same as changing Local Security Policy?
- How can I change Local Security Policy through comand line
- Add Batch File to Local Group Policy Editor
- Programmatical manipulation of Windows Local Security Policy
- Veeam Backup & Replication 9.5: Impossible to add hyper-v host to backup infrastructure (Network path not found, or invalid credentials supplied)
- How to grant permissions in Local Security Policy like "Log on as a service" via script specifically in windows 10?
- How to create a Powershell Script for Security Options within secpol.msc
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?