Top "User-permissions" questions

For questions regarding the appropriate use, settings, and enforcement of user permissions, typically for the purpose of either providing access to shared resources or restricting access to private resources.

How do I use su to execute the rest of the bash script as that user?

I've written a script that takes, as an argument, a string that is a concatenation of a username and a …

bash permissions sudo user-permissions su
iOS 10 - Changes in asking permissions of Camera, microphone and Photo Library causing application to crash

iOS 10, Now Requires User Permission to Access Media Library, Photos, Camera and other Hardware like these. The solution for this …

ios plist ios10 user-permissions
OSError: [Error 1] Operation not permitted

I am trying to run a python script which uses a binary file (xFiles.bin.addr_patched) created by a …

python linux file-permissions user-permissions
How to set permissions in an svn repository?

I created a repository on a network drive with svnadmin create repos. Is there a way to set user permissions …

svn user-permissions svnadmin
Why does docker container prompt "Permission denied"?

I use following command to run a docker container, and map a directory from host(/root/database) to container(/tmp/…

linux docker permissions permission-denied user-permissions
How can I get the Unix permission mask from a file?

How can I get a file's permission mask like 644 or 755 on *nix using python? Is there any function or class …

python file-permissions user-permissions
Permission Denial: this requires android.permission.INTERACT_ACROSS_USERS_FULL

I am having an issue with sqlite db in Android. But as I made a quick research on the internet, …

android sqlite permissions user-permissions
postgresql database owner can't access database - "No relations found."

I've got an user: user_x that owns a database on postgresql and does not have any ROLE attribute like (…

postgresql user-permissions
SSRS 2008: User Does Not Have Required Permissions

I have already researched the following existing SO questions and the links that they reference: User '' does not have …

reporting-services permissions ssrs-2008 user-permissions
What's the difference between staff, admin, superuser in django?

Django has superuser, staff, admin… superuser and staff are in django.contib.auth.models.UserManager. Then there is the createsuperuser …

django django-admin user-permissions