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
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 ...
Kunjal's user avatar
  • 1
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....
Eren's user avatar
  • 1
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?...
Bridget Jamie's user avatar
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 ...
Bajza Peter's user avatar
-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 ...
Andrew Yi's user avatar
0 votes
0 answers
17 views

Windows "Access Denied" Error When Running any Modules

I am getting am "Access is Denied" error in Windows when trying to pip install or access any of my pip installed modules. I am able to install modules with python -m pip install but then I ...
Japhy's user avatar
  • 45
0 votes
1 answer
58 views

Check permission USE_FULL_SCREEN_INTENT always returns GRANTED on Android 14

Not going into much detail (NDA), our app (kotlin + compose) allows users to receive calls that they can accept or decline in the notifications. When the screen is locked and a call is received, a ...
DN2048's user avatar
  • 3,791
-1 votes
1 answer
33 views

How to set a file permission to prevent deletion in Python?

I'm working on a Python project and I need to prevent a file from being deleted. If it's not possible to make the file undeletable, I would like to at least make it read-only and unchangeable. I've ...
JosephMoraila's user avatar
0 votes
0 answers
22 views

Permission error with Arch Linux and Laravel

I'm creating a Laravel project, and I'm struggling with permissions. When I first create the project through a terminal command, I have to change the root folder permission to 777 because I can't ...
Telexx's user avatar
  • 551
0 votes
1 answer
11 views

Raspberry pi Cool-Retro-Term permissions with python

I'm trying to run a python file in Cool-retro-term on my raspberry pi 4B, RASPBERRY PI OS FULL(32-BIT), but every time I try to open it, it says i don't have permission. I've solved this on my Mac but ...
TrickyTaco11's user avatar
0 votes
0 answers
44 views

Delete file using AppleScript as root with administrator privileges does not work if file was created/downloaded by user, not root

I need to solve the following problem on macOS: I must work with some files using a combination of AppleScript and Shell. For example, I have a file in the file system in folder /Users/username/...
Martin's user avatar
  • 17
0 votes
0 answers
13 views

Permission Denied for Open Json file in Docker Container

I met a problem after I run the docker container, it dockerize the streamlit (python) app. It looks the json file cannot load due to permission issue. PermissionError: [Errno 13] Permission denied: '...
swing0829's user avatar
0 votes
0 answers
24 views

Android Launcher App is unable to Launch Two Apps in Split-Screen Mode

I've created a simple launcher app to launch two applications in split-screen mode on the device. But I am encountering an issue where using the package name "com.Title" works for some apps ...
Hanson TrackIt2's user avatar
0 votes
1 answer
25 views

Some random ownership changes through `rsync -a` inside a LXC container

I am migrating a dedicated server running Debian 12 with LXC and a couple of containers. I use rsync with -avhze options from the new server (pulling), with root user on both sides. It appears that ...
Kiv's user avatar
  • 1
1 vote
1 answer
27 views

Upload file to server. Ubuntu, Apache2, PHP

This code should upload files, but it doesn't. <form name="submit" action="#" method="post" enctype="multipart/form-data"> <input type="file&...
Mary N's user avatar
  • 97
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
1
2 3 4 5
594