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.

permissions
0 votes
0 answers
30 views

Adding permissions with Set-Acl in Powershell removes all inherited permissions on shares

When I try to add a permission using Set-Acl on a share where the share itself has inherited permissions, all inherited permissions are removed. Consider the following setup: Physical Path ...
Tanaka Saito's user avatar
  • 1,058
0 votes
0 answers
24 views

Standalone spark 3.3.0 java application throws access denied exception when reading from files on mounted drive

I'm using spark 3.3.0 on a standalone cluster, and i have mounted drive from which i need to read some files that comes periodically. As spark application is running as spark user and mounted drive is ...
Petar Markov's user avatar
0 votes
0 answers
14 views

Mounting remote directory directly in docker using sshfs plugin as non-root user

I'm encountering issues while trying to mount a remote directory directly into a Docker container using the vieux/sshfs plugin. This issue does not occur when I run the container as root user without ...
Nidheesh's user avatar
0 votes
1 answer
25 views

Nextcloud Docker on Fedora: Data Directory Permissions Issue After Changing Mount Path

I deployed a Nextcloud Docker image on Fedora (uname -a outputs: 'Linux localhost.localdomain 6.8.7-300.fc40.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 17 19:21:08 UTC 2024 x86_64 GNU/Linux'). Initially, ...
NanCunChild's user avatar
0 votes
1 answer
21 views

How to give Mozilla FF clipboard permissions in cypress [duplicate]

I have a cypress test that includes checking that the copy button has copied value in an input field. The issue is I haven't found a good way to give clipboard permissions for the Mozilla browser as ...
Anastasia Kaloshina's user avatar
0 votes
0 answers
62 views

Unable to get access permission of PhoneLineTransportDevice on Windows 11 22H2

I am currently developing a hands-free application on Windows using the PhoneLineTransportDevice API. In order to use the related features, I first call PhoneLineTransportDevice.RequestAccessAsync() ...
Taylor Yi's user avatar
0 votes
0 answers
31 views

How to configure an external formatter in DBeaver Snap Linux?

I'm trying to configure an external formatter for SQL queries in DBeaver, but I'm encountering a "permission denied" error. I'm not very experienced with the command line and just started ...
Breno Pimentel da Silva's user avatar
0 votes
0 answers
25 views

handle access to files in Flutter

I'm trying to implement a permission handler to access the files. this is where I stopped after checking multiple resources online and the package page file picker. the issue is when I press the ...
MãĴď's user avatar
  • 383
0 votes
0 answers
27 views

MYSQL - INTO OUTFILE change permissions of generated file

Using MYSQL in docker env, I'm trying to export the results of my query into a file. I've verified that the file is exported in the right folder considering --secure_file_priv option. Here is how the ...
G.Sannier's user avatar
0 votes
1 answer
42 views

Validate assignee is part of area path team in Azure DevOps

When assigning a work item in Azure DevOps, I want to validate that the "Assigned to" area is set to a member of the team corresponding to the Area Path or prohibit users from assigning a ...
Emilie Greaker's user avatar
0 votes
0 answers
17 views

Request Permission on PWA (Angular)

I am trying to use Notification.requestPermission().then( in order to get the permission to send over push notification via Firebase cloud messaging. Right now, when I try to use the above command, my ...
NickTriesReallyHard's user avatar
0 votes
1 answer
36 views

How to run syn-workspace-info in Databricks UCX Migration

I'm trying to work through the Databricks Unity Catalog migration using the UCX tool and am getting this weird error when trying to sync the workspace info. When I run databricks labs ucx sync-...
Japhy's user avatar
  • 45
0 votes
0 answers
66 views

Restrict Azure Application to have access only to one specific SharePoint List

I am trying to restrict the access of an Azure Application to one specific SharePoint list from one specific SharePoint site. I have an Azure Application which has Application permissions for Sites....
Viktor Meglenovski's user avatar
0 votes
1 answer
17 views

Laravel valet Permission issue

Warning: opendir(/Users/apple/Desktop/programs/ideas): Failed to open directory: Operation not permitted in /Users/apple/.composer/vendor/laravel/valet/cli/Valet/Server.php on line 167 i have valet ...
Hamisu Kimson's user avatar
0 votes
1 answer
38 views

Restricting branch creation based on Azure DevOps group permissions

I want to restrict certain Azure DevOps groups so that they can only create new branches based on specific branches, such as development, and not on others like the master branch (as a example). Is ...
Somebody_Data_Science's user avatar

15 30 50 per page