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
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

15 30 50 per page
1
2 3 4 5
1188