This tag is for questions relating to the general topic of privileges, without reference to any specific operating system or application.
I have a Python app that I'm working on that needs to access the hosts file to append a few …
python io privileges sudo hosts-fileI am trying to change my uid to 0 as non-root with the CAP_SETUID capability. I have the following program: #…
linux privileges linux-capabilitiesI'm trying to run a GRANT ALL statement: GRANT ALL ON daisyrepository.* TO daisy@localhost IDENTIFIED BY 'password_here'; I've …
mysql privileges mysql-error-1044Does full trust mean the same as Run As Administrator? I have read things stating that "for this to work, …
privileges administrator full-trustI have a docker container running Debian jessie on Ubuntu yakkety. When within the docker (connected via ssh for instance) …
docker containers privileges elevated-privilegesThis works: (connect to some_db) INSERT INTO some_schema.some_table(id) VALUES (some_schema.some_table.nextval); THis …
oracle oracle10g privileges dblink ora-01031I'm currently working on an application where we receive private health information. One of the biggest concerns is with the …
security encryption cryptography hash privilegesI have created two group roles in Postgres 9.2: one is called admins and the other is called readers. The idea …
postgresql roles postgresql-9.2 privilegesI have an oracle package with a procedure that create table, than it grant priviliges on it. The code is …
oracle privileges table-statistics