Top "Permissions" questions

Permissions define the operations that authenticated users are allowed to perform on file systems, databases and other computer systems.

Presenting camera permission dialog in iOS 8

When my app tries to access the camera for the first time on iOS 8, the user is presented with a …

ios permissions camera ios8 ios-permissions
There is no existing directory at /storage/logs and its not buildable: Permission denied

I have a problem with my Laravel deployment on a OVH web server. After made composer update php artisan cache:…

laravel laravel-5 permissions
How do I check if a directory is writeable in PHP?

Does anyone know how I can check to see if a directory is writeable in PHP? The function is_writable …

php permissions directory
Oracle - How to grant to a user the rights to another user's objects

I need to give to user TARGETUSER the rights to select/insert/update to all tables of user SOURCEUSER (I …

oracle permissions grant
Installing in Homebrew errors

Attempting to install rvm and ruby 1.9.2 I already installed homebrew and git, but couldn't get complete updates because I kept …

ruby permissions rvm homebrew
How can I get root permissions through the Android SDK?

I'm learning Android programming, and I want to make an application which has to run as root. The logical thing …

android sdk permissions manifest root
Android M Permissions : Confused on the usage of shouldShowRequestPermissionRationale() function

I was going through the official doc about the new Permissions model in Android M. It talks about the shouldShowRequestPermissionRationale() …

android permissions android-6.0-marshmallow
Determining Whether a Directory is Writeable

What would be the best way in Python to determine whether a directory is writeable for the user executing the …

python file permissions directory operating-system
How do I 'run as' 'Network Service'?

I am trying to run a process as another account. I have the command: runas "/user:WIN-CLR8YU96CL5\network …

command-line permissions runas network-service
How to configure an existing git repo to be shared by a UNIX group

I have an existing git repo (a bare one) which has up to this point only been writable by me. …

git permissions share shared