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.

0 votes
2 answers
1k views

Is there any way to get around macOS Sequoia prompt for continued access to screen and audio permissions?

I am currently developing an Electron application with a companion Swift application that takes screenshots of the user's screen on keypress. It also takes a 1x1 pixel screenshot of the screen from ...
Krish Shah's user avatar
0 votes
1 answer
124 views

File and Directory Access Under .NET MAUI

We have a Xamarin app that we are porting to .NET MAUI (.net 8 Android). Historically, we save the application DATA in an external folder to facilitate trouble shooting, customer support and upgrade ...
DA Consulting's user avatar
0 votes
0 answers
19 views

Not possible to write to Log file as a non-admin user when it was created as Admin

On the initial execution of my program, it generates a Logs directory and a log file file, then begins writing to the log file. Location: C:\ProgramData\MyCompanyName\MyProductName\Logs\RA.log If the ...
Ron.A's user avatar
  • 59
0 votes
1 answer
20 views

permission problem with opennms running a nodejs script in notification

sorry english isn't my main language. im a beginner at linux and im running a instalation of horizon 33 in a ubuntu 22.04 virtual machine. what i wnat to do is that opennms runs this script when an ...
Mauricio Del Aguila's user avatar
-1 votes
1 answer
43 views

Flutter CLI, ran clean as root user, now I can't run it without sudo

Pretty much as described, I was making a script to automatically clean my build and fresh install my dependencies and accidentally ran flutter clean as root user. I didn't realize it would be an issue,...
liamhp's user avatar
  • 205
0 votes
1 answer
54 views

How to see logs in k8s from another namespace

My objetive is to see logs from pods belonging to other namespaces, in order to diagnose problems. Here are the permissions I've configured: apiVersion: v1 kind: ServiceAccount metadata: name: ...
david.perez's user avatar
  • 6,622
0 votes
0 answers
23 views

package import function permission problem

I have wrote this code and it gives permission Error: [Errno 13] permission denied . I am using python on visual code NOT !! I have installed pillow package recently. Windows 10 Hp pavilion From PIL ...
MOHAMMAD SAID ALKHALED's user avatar
0 votes
0 answers
56 views

Oracle ORA-01031: insufficient privileges on SYSTEM user

In oracle, when logged in as user: 'SYSTEM', I can't seem to view results of: Select * from sys.USER$ However, of if I log in as 'sys as sysdba' I see results. Any idea what's going on
user532104's user avatar
  • 1,423
0 votes
0 answers
38 views

Jenkins service has no permissions

I'm running Jenkins as a windows service. In one of my build pipelines, I want to build an Android app with gradle and copy it to a network drive. I've written a C# script/console app to make some ...
Mr.Sheep's user avatar
  • 311
0 votes
0 answers
21 views

I am facing issue in ads_management Permission After App Review

I'm encountering issues with obtaining ads_management permission for my app after a recent app review. Before in previos app reviews i did not require this permission, but now i want this ...
Aamir Ali's user avatar
0 votes
1 answer
23 views

docker in systemd-nspawn - permissions problems

I have setup a nextcloud docker container running fine except it cannot write to external storages. The main process php-fpm is run as abc. Inside the container, the user is abc where: # id abc uid=...
crackpot's user avatar
  • 353
1 vote
1 answer
19 views

Sitefinity setting permissions on dynamic content item not working

I'm trying to create a frontend interface for users to manage the permissions of some content for other users. The code seems to work fine in theory, it executes without any errors and if I look at ...
Joseph Parsley's user avatar
0 votes
1 answer
45 views

Bicep Azure Machine learning custom role assignment

List of role assignments: https://learn.microsoft.com/en-us/azure/machine-learning/how-to-assign-roles?view=azureml-api-2&tabs=team-lead i want to implement a Data Scientist Custom role. how can i ...
MPathan's user avatar
  • 68
0 votes
0 answers
12 views

Openldap user does not inherit write permissions from the group to which he belongs

I have created a group with administration permissions, and 1 wsadmin user, within the group. dn: cn=admin_group,ou=groups,dc=example,dc=com objectClass: top objectClass: groupOfUniqueNames cn: ...
tolai del to's user avatar
0 votes
1 answer
61 views

How to fetch group calendar events using Azure application-only permissions? Error: Access is denied. Check credentials and try again

Summary: I'm trying to fetch group calendar and its events using Azure application-only permissions, but I'm getting an error. Error Message: Code: var graphClient = new GraphServiceClient(...
CodeSeeker's user avatar

15 30 50 per page