Top "Permission-denied" questions

This tag refers to a situation in which you are refused access to a particular system, file, database, etc.

Suppressing "permission denied" errors in Javascript

I have a JS function that polls for the current url in an iframe, the purpose being to ascertain whether …

javascript iframe permission-denied
What permissions are required for "Run Script" during a build phase?

In the "Run Script" build phase of my project, everything works if I type in the script into the text …

xcode build permission-denied run-script
when I do a 'make install' it does not create Directory

This is my first attempt with autoconf, I changed and added some different code to a utility then I took …

permissions file-permissions automake permission-denied make-install
app crashed wiht classes.dex permission denied error

My app is crashed with following error, E/dex2oat: Failed to create oat file:/data/dalvik-cache/arm/data@app@…

android permission-denied
Socket - Permission denied in C

I'm trying to get an MX record from an DNS server in C. My problem is, that everytime I call …

c sockets permission-denied sendto
Hive is throwing permission error while creating table/database

I am getting permission error in hive. I am using IBM cloud - my.imdemocloud.com hive> create table …

hadoop hive permission-denied
Python mmap 'Permission denied' on Linux

I have a really large file I'm trying to open with mmap and its giving me permission denied. I've tried …

python mmap permission-denied
What can/should I do about this git gc error? (rm: cannot unlink pack Permission denied)

When running git gc, I keep seeing this error: rm: cannot unlink 'pack-30b1ff2[reset of hash].pack': Permission …

git garbage-collection permission-denied
Added SSH key to Gitlab but it still asks for my credentials

GitLab's HTTP pull & push are working when I enter my credentials. But when using an added SSH key, it …

git ssh gitlab permission-denied
java.lang.SecurityException: Permission Denial: opening provider

I start image picker intent using: final Intent pickIntent = new Intent(Intent.ACTION_PICK, MediaStore.Images.Media.EXTERNAL_CONTENT_URI); …

android android-contentprovider android-permissions permission-denied