Top "Permissions" questions

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

Detect permission of camera in iOS

I am developing a very simple video app. I use the official control: UIImagePickerController. Here is the problem. When presenting …

ios permissions camera uiimagepickercontroller ios-permissions
Windows 7, update.packages problem: "unable to move temporary installation"?

I am using R 2.13.0 with windows 7, after giving my user full privileges to the R folder (as described here). This …

r windows-7 permissions packages file-permissions
Access denied (403) for PHP files with Nginx + PHP-FPM

I have been spending few hours on that issue and despite the high number of posts related to it, I …

nginx permissions fedora php http-status-code-403
"restricted" folder/files in OS X El Capitan

After upgrading from OS X Yosemite to OS X El Capitan Developer Preview, I tried to edit /System/Library/LaunchDaemons/…

macos file permissions osx-elcapitan
Android "Screen Overlay Detected" message if user is trying to grant a permission when a notification is showing

I have Android Marshmallow on a Nexus 6. I am trying to fix the following problem: If a user is trying …

android permissions android-6.0-marshmallow
Mysql won't start - ibdata1 corrupt? - operating system error number 13 - permissions issue

Server shutdown from power failure. Mysql will not start now. Disk is not full. Syslog is below Oct 11 15:03:31 joe mysqld_…

mysql file permissions innodb
How to use custom permissions in Android?

I have two applications. One is declaring permission and having single Activity: Part of AndroidManifest.xml <application android:icon="@…

android permissions android-manifest
Can I encrypt my JSON data?

I'm developing a JQuery web app that will be executed locally from a DVD. The app will read all the …

json encryption permissions obfuscation
Cannot resolve Manifest.permission.ACCESS_FINE_LOCATION

When adding permissions to my manifest file, the below xml works. <permission android:name="android.permission.ACCESS_FINE_LOCATION" /&…

android service permissions gps manifest
How to grant full permission to a file created by my application for ALL users?

The tool I develop needs to grant access rights "Full Control" to a file created by it. It needs to …

c# .net winforms permissions user-accounts