This tag is for questions relating to the general topic of privileges, without reference to any specific operating system or application.
Is there any privilege difference between the Windows Administrator User and the System User? There have been some times, where …
windows windows-7 admin privileges administrationI'm trying to use setuid() and setgid() to set the respective id's of a program to drop privileges down from …
c++ c unix privileges system-callsAfter altering the default privileges on a Postgres database object, how can you view them? For instance, if you grant …
sql postgresql privilegesI created a user (new_user) with root like this: GRANT ALL ON labor.* TO 'new_user'@'%' WITH …
mysql permissions privileges grantEverything I've been able to find about escalating to the appropriate privileges for my needs has agreed with my current …
c++ windows uac privileges openprocessIn mysql 5.6 command line client (when logged in as root), i created a user with: CREATE USER 'admin'@'localhost' IDENTIFIED …
mysql privileges grantI'm trying to setup a database schema on MariaDB which originally comes from PostgreSQL. What is the correct syntax in …
mysql privileges mariadb grantInno Setup installer has the PrivilegesRequired directive that can be used to control, if privileges elevation is required, when installer …
inno-setup uac privileges pascalscript elevated-privilegesI need to get my dev machine to read a certificate from the local machine store to do this I …
iis permissions x509certificate privileges iis-expressI would like to display some extra UI elements when the process is being run as Administrator as opposed to …
c# .net process privileges