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
-3 votes
0 answers
22 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
13 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
39 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,789
-1 votes
1 answer
32 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
41 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
22 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
24 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
  • 95
0 votes
0 answers
29 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
22 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

15 30 50 per page
1
2 3 4 5
1188