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
6 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
14 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
19 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
38 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
-5 votes
0 answers
16 views

Group's users cannot modify groups files. Ubuntu [closed]

I've a group (group1) witch contains users user1 and user2. I have a folder (/datafolder) that is owned by user1 but the group is setted to group1 and it has permissions of read and write, also its ...
MagoLione's user avatar
0 votes
0 answers
16 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
24 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
  • 384
0 votes
0 answers
21 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
34 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
11 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
27 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
37 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
14 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
30 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
0 votes
1 answer
47 views

search for files with reader permission in Google drive API if email is not a gmail

I'd like to know if it's possible to query files by permission in drive API only if the permission email is a gmail (and obviously an existing account) $results = $service->files->listFiles() ...
jthomas's user avatar
  • 57

15 30 50 per page
1
2 3 4 5
1188