17,744 questions
-3
votes
0
answers
50
views
Roles and permissions in laravel [closed]
this is my first time coding roles and permissions, please review my code . :)
I mostly followed a guide on Spatie roles and permissions but after the tutorial I did give it to ChatGPT for some review ...
0
votes
1
answer
53
views
Permission problem in android application with VS 2022
I build android Application with API 30 with VS 2022.The AndroidManifest.xml file is in root of project and I need bluetooth permission to connect to printer. and I added it to manifest file. but in ...
2
votes
0
answers
103
views
Stack for Haskell unable to remove files?
I am a beginner Haskell programmer on Windows 11. I am writing a Snakes & Ladders program, and am attempting to set up a Stack environment to work in.
I have been following this guide, as well as ...
1
vote
0
answers
99
views
Jira Cloud API: {"errorMessages":["You do not have permission to create issues in this project."]} even though I am Space Administrator
I am using Jira Cloud and trying to create issues via a .NET backend API. I am an Administrator in the Space.
My API token has all the necessary write scopes, including write:issue:jira, write:project:...
Best practices
1
vote
3
replies
114
views
How to safely scope queries by user permissions?
I have a multi-tenant Laravel app using a shared database with tenant scoping. Each organization can define base permissions for its members.
Example: if resource.view is enabled, all members can view ...
1
vote
1
answer
80
views
Mesibo SDK adds READ_MEDIA_IMAGES / READ_MEDIA_VIDEO causing Google Play rejection
I’m using the Mesibo SDK for video and voice calls in my Android app.
My own AndroidManifest.xml does not include any media permissions.I only use:
<uses-permission android:name="android....
Advice
0
votes
0
replies
13
views
Docker Swarm file transfer on shared Windows/Linux PCs
I have a Docker Swarm setup where a worker node needs to copy files to the master node. The worker is running on Windows via WSL, and the master is an Ubuntu server. Both nodes are connected through a ...
Advice
0
votes
3
replies
76
views
Location and Camera permission is not working in my app for ios device
In my office management app we mark attendance through clicking a selfie and we also capture the current latitude and longitude. For android this activity is working is fine but in my ios the ...
0
votes
1
answer
114
views
ServiceNow REST API: 403 “Forbidden” when accessing sys_script table using custom role (works with admin)
I’m trying to access the sys_script table through the ServiceNow Table API using a custom role, but I always get:
HTTP 403 Forbidden
Field(s) present in the query do not have permission to be read
The ...
0
votes
1
answer
94
views
WordPress + Rootless Docker File/Directory Permission Issue
I’m running a WordPress site (https://example.com) behind Traefik on a VPS using rootless Docker (Docker daemon socket is /run/user/1000/docker.sock).
Everything works fine except updating plugins ...
0
votes
0
answers
139
views
error: Package is incompatible with 'all' frameworks in project when package does not already exist in C:\<USER>\.nuget\packages
I have a powershell script calling dotnet add
Script:
dotnet add `"$projectFilePath`" package "$packageName" --source "$dorsetIcsSourceName" --version "$...
-2
votes
1
answer
100
views
CMake configure_file() permissions issue when run by multiple users
When trying to rebuild a CMake project as a different Linux user, it generates Operation not permitted despite having read and write access through group permissions. The only way to solve it is to ...
0
votes
0
answers
68
views
PostgreSQL Docker Container Permission Issues with NFS Mount and Domain User
Problem Summary
I'm experiencing permission issues when deploying a PostgreSQL 9.6 container in Docker Swarm that uses an NFS-mounted volume for data storage. The container fails to start with the ...
2
votes
2
answers
67
views
Django Rest Framework ListAPIView user permissions - Cant seem to get them working
I have a Django project with DjangoRestFramework. I have a simple view, Facility, which is a ListAPIView. Permissions were generated for add, change, delete and view.
I have create a new user, and ...
0
votes
0
answers
159
views
Is there an official way to open the iPhone WiFi settings page programmatically on iOS 26?
After the update to iOS 26, we are not able to open the iPhone's WiFi settings page programmatically. We had been using the URL App-Prefs:root=WIFI, but now this URL just opens the app's own settings ...