Skip to main content

Questions tagged [permissions]

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

11 votes
3 answers
21k views

Add android.permission.CAMERA with Cordova

I am using the latest version of Cordova (6.3.1) and I want the following permission to appear in the AndroidManifest.xml : <uses-permission android:name="android.permission.CAMERA" /> Adding ...
0 votes
0 answers
21 views

Miui Remove Permission Android Java Programtically

How to removes this bottom 3 permission if permission allow by user in miui How to set only show on lock screen permission allow and other permission if allowed by user then auto denied that ...
5 votes
8 answers
17k views

can't add 'allUsers' to GCP project

I have a GCP project and just for testing purpose, I want to grant the permission to 'allUsers'. But when I am trying to add, I am getting error Members of type allUsers and allAuthenticatedUsers ...
0 votes
0 answers
20 views

How to make the home page visible only to logged in users? and how to make reader.php page visible only to user with vip role? Laravel

How to make the home page visible only to logged in people? example: If the user is not logged in, a page with 2 options will be displayed with login and register options. picture: https://i.sstatic....
0 votes
1 answer
16 views

Can't upload media or elementor pro to wordpress site

I imported a site from one wordpress website to another and I can't upload elementor pro and my images just appear as a blank thumbnail on the site. How do I update file permissions What's the problem?...
3 votes
3 answers
2k views

App is not shown in Alarms & Reminders besides setting the SCHEDULE_EXACT_ALARM permission in manifest

As the title says, I have an app that targets Android 12 with compileSdkVersion = 31 and should trigger an exact alarm. The issue here is that the app is given the SCHEDULE_EXACT_ALARM permission in ...
1 vote
0 answers
1k views

Permission denied on /dev/stderr which prevents me to redirect logs to cloudwatch [closed]

I have an application which uses nginx which is deployed as a docker container in aws ecs. nginx runs as a different user 'iris' ,same as my application. my application logs the errors and output to /...
3 votes
1 answer
102 views

android:permission tag in manifest file

I notice there is a tag named android:permission in android manifest file, but feel confused about it. Does this tag only specify ONE permission that other components require in order to interact ...
30 votes
4 answers
44k views

SQL Server Disabling All Triggers - Cannot find the object "XXXX" because it does not exist or you do not have permissions

I'm trying to run this command in SQL Server: disable trigger all on MYDB This is failing for me. The account I'm logged into has access to MYDB and I've pretty much giving it every single ...
0 votes
0 answers
18 views

Immich - permission denied on external library

I am trying to get the External Library in Immich working, but no success due to permission issues. System info: Ubuntu 24.04 LTS immich-distribution v1.107.2 Test folder and pictures with full ...
4 votes
3 answers
14k views

Why does docker cp of directory hierarchy out of container fail with permission denied?

Background: This docker cp out from container fail behaviour is a little bit quirky-funky so I think it should be documented. I couldn't find a matching question or docker issue but I can see ...
1 vote
1 answer
115 views

Cannot Drop Role in PostgreSQL (in Azure PostgreSQL Flexible Server)

Spoiler alert: I am aware that a similar question has been asked before, yet I am using Azure PosgreSQL Flexible server, which means that I do not have superuser access to Postgresql (as it is a ...
30 votes
6 answers
79k views

Microphone permission

When installing the app I programmed, it requires the permission "to use the microphone". I don't however specifically ask for it in the manifest, what I have is the camera permission. Is that where ...
-3 votes
0 answers
25 views

Google Drive - have View access on the folder, but can not see certain files

I have a Google drive. It has a folder. I gave several people "View" permission on that folder. And as expected, when a file is put in the folder, the file inherits the permission of the ...
2 votes
2 answers
1k views

Android ACTIVITY_RECOGNITION on targetAPI = 29 and device's Android ver. < 10

My question is similar to Android 10 request permission for ACTIVITY_RECOGNITION in a way that I also do not have a permission dialog showing on a device, but conditions are different. My app is ...

15 30 50 per page
1
2 3 4 5
1189