Top "Permissions" questions

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

Android M Permissions: onRequestPermissionsResult() not being called

I'm updating our app to use the new M runtime permissions system. It's all working except for onRequestPermissionsResult(). I need …

java android permissions android-permissions
ERROR: permission denied for sequence cities_id_seq using Postgres

I'm new at postgres (and at database info systems all in all). I ran following sql script on my database: …

sql postgresql permissions auto-increment
SQLite error 'attempt to write a readonly database' during insert?

I have a SQLite database that I am using for a website. The problem is that when I try to …

sqlite permissions
Python module os.chmod(file, 664) does not change the permission to rw-rw-r-- but -w--wx----

Recently I am using Python module os, when I tried to change the permission of a file, I did not …

python file permissions chmod
adb remount permission denied, but able to access super user in shell -- android

so, i'm trying to push some files to /system on android device (zte) I've rooted, connected with ADB, adb remount …

android shell permissions adb root
XAMPP permissions on Mac OS X?

I installed XAMPP 1.7.3 on Mac OS X 10.6.8 without changing any defaults. The webserver seems to work okay, but the permissions …

macos permissions xampp bitnami xampp-vm
Warnings Your Apk Is Using Permissions That Require A Privacy Policy: (android.permission.READ_PHONE_STATE)

In manifest not added android.permission.READ_PHONE_STATE. permission. Why error comes when I upload a new apk version …

android android-studio permissions android-manifest google-developers-console
Correct owner/group/permissions for Apache 2 site files/folders under Mac OS X?

It's hard to find Mac-specific answers to this question on the web, so I'm hoping someone out there can put …

macos permissions apache2 chmod chown
Failed to add the host to the list of know hosts

Mac OSX Lion 10.7. In an effort to get around weird environment stuff (homebrew wasn't installing wget, and I had all …

github ssh permissions terminal ssh-keys
git push: permission denied (public key)

I'm trying to push a file to a git repo of a friend but errors on public key. git push …

git permissions public-key