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
1 answer
52 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
0 votes
0 answers
108 views

FILE Permission for android 14 and higher

Android.Manifest <manifest xmlns:android="http://schemas.android.com/apk/res/android"> <uses-permission android:name="android.permission.INTERNET" /> <...
Saumya Chirania's user avatar
0 votes
1 answer
52 views

Can we give Storage blob data contributor permission to Azure app registration?

I know we can give the role to user but is it possible to give storage blob data contributor permission to azure app ? And if yes, can I request a user delegation key when I provide the app's config ...
Danny N's user avatar
1 vote
1 answer
41 views

How can I prevent a PermissionError when I try to delete a .GIF previously 'started' in a PySide6 QLabel?

I would be very grateful for your help overcoming this PermissionError problem when I try to delete a .GIF file that I have previously been 'playing' in my PySide6 application. Full reproduceable ...
Tranquille's user avatar
1 vote
1 answer
55 views

Send `kill -SIGUSR1` to daemon process

Suppose you have a daemon process owned by user foo and group foo and can be initiated via sudo systemctl start foo.service. This daemon spends most of its time waiting on a sub process sleep, but can ...
Justin Landis's user avatar
2 votes
0 answers
83 views

Error With Permissions to write to file but file is in project dir

(INFO) OS: Windows wars.py already exists I do not know how to check the permissions of the current working directory. But when i use vscode to run it it doesnt give me the error but doesn't update ...
Suberbmuffin's user avatar
1 vote
1 answer
78 views

PHP scandir() gives "Permission Denied" even though apache has permissions to directory

When I use PHP's scandir() as follows: $basedir = "/var/www/html/mike/DroughtAgg"; $available_runs = scandir($basedir); I get Warning: scandir(/var/www/html/mike/DroughtAgg): failed to open ...
ratbiscuit225's user avatar
0 votes
0 answers
12 views

Cannot run ldd on the primary executable of an MSIX package

I have a traditional (e.g. Win32) app packaged into an MSIX. As part of a CI run, I need to install that MSIX and then use ldd (from msys) to verify that all necessary DLLs have been deployed in the ...
LorenDB's user avatar
  • 229
0 votes
0 answers
28 views

Apache Guacamole (guacd) generates history files with wrong permissions

I have successfully set up a server with Guacamole, xrdp and tomcat. I have configured the sessions to record to: ${HISTORY_PATH}/${HISTORY} which is /var/lib/guacamole/recordings/ permissions is set ...
MortenVinding's user avatar
-1 votes
0 answers
35 views

Extension works with Local Service but not with network service

Error running into when running through Tomcat log on name is Local Service Could not start a new session. Response code 500. Message: session not created: Microsoft Edge failed to start: crashed. (...
Vaishali this side's user avatar
1 vote
1 answer
80 views

How to Implement Role Hierarchy in Google Cloud Platform (GCP) IAM [closed]

I'm currently working on a project in Google Cloud Platform (GCP) and I want to set up a role hierarchy to manage permissions effectively. My goal is to create a custom role called "CompanyABS ...
Bevo's user avatar
  • 558
0 votes
0 answers
20 views

XV6 Pagetable permissions are different

I was solving the print a pagetable question in the Pagetables lab in the XV6 operating system in MIT's 6.1810, as described here (https://pdos.csail.mit.edu/6.S081/2023/labs/pgtbl.html): To help you ...
AthaSSiN's user avatar
0 votes
0 answers
17 views

Namespace Managed Package unable to access standard object in the org it is installed in

I have built a Managed Package (with a Namespace) which is setting up a Scheduled Batch Job from a post-installation script in the org it is installed in. Once the postinstall script is executed, the ...
Ykar45's user avatar
  • 1
0 votes
0 answers
34 views

Wordpress Woocommerce User Role Edit Products ONLY

I have created a new user role with the following code in functions.php. But somehow the many options that can be set to true and false are overwhelming for me. My goal would be for the newly created ...
Penumbra's user avatar
  • 193
0 votes
1 answer
65 views

How do I grant permission for an application to read Azure billing data?

I am trying to set up an application to automatically download consumption and billing data from the Azure management APIs. I have set up an app registration and installed it as an Enterprise ...
fortyCakes's user avatar

15 30 50 per page