3,105 questions
2
votes
1
answer
56
views
MacOS - Full disk access for sandboxed app doesn't work
I am creating a sandboxed app, that works a lot with files. I have a system for user granting access to directories and app storing bookmarks, which works. However I want user to have an option to ...
2
votes
1
answer
75
views
User context and permissions when writing files from inside a plsh function in PostgreSQL on Ubuntu
I have a database on a Ubuntu system, that belongs to the postgresql user kalle (the owner of the database and the tables).
That user is also the owner of the trigger function getimage, written in the ...
1
vote
1
answer
106
views
storage:link not creating symlink in public folder
I'm working on a Laravel 12 project using XAMPP on Windows 10.
I tried to use the following command to create the symbolic link for serving uploaded files:
php artisan storage:link
But the public/...
0
votes
1
answer
47
views
core.filemode is true but git still not tracking executable bit
How can I force git to identify changes to the executable bit in a file? I have unset and set the core.filemode flag at the local and global levels, but permission changes to the executable bit still ...
0
votes
2
answers
131
views
Check the name of an output file for proper permissions
A have a question similar to Perl: Testing that a file is actually writable as opposed to checking file permissions:
In a program I have an option to specify a required output file, and I want to ...
0
votes
1
answer
75
views
Flutter Media Store permission to save pdf file in Mobiles Download folder
My functionality is to save a PDF file in the mobile's download folder using my Flutter app, for that, in the Android manifest I added the below permission and the functionality is working perfectly
&...
0
votes
2
answers
237
views
NPM installation issue
Guys can you please help me on this I have trouble run npm run dev for my windows 11. I tried everything but still error exist. Do i have a problem on my OS? I tried to remove node_modules, run npm ...
1
vote
2
answers
75
views
Making file hidden in Windows using Python blocks file writing
I am trying to make a hidden file in Windows using Python, but after I make it hidden it becomes impossible to write. However, reading this file is possible.
import ctypes
with open("test.txt&...
0
votes
0
answers
49
views
Allow Visual Studio 2019 to access registry without running as Administrator?
I develop some Outlook AddIn in VB.NET in Visual Studio 2019 (needed for backward compatibility) and therefore, the IDE is writing and modifying Registry keys in HKEY_CLASSES_ROOT, HKEY_LOCAL_MACHINE ...
-1
votes
1
answer
38
views
Issue with setting the proper permissions for our WordPress
We are facing an issue with setting the proper permissions for our WordPress installation located at /var/www/wordpress on our Web App - Azure server.
We are attempting to set the following ...
1
vote
0
answers
67
views
writeFileSync fails when called inside of setInterval
This is really a head scratcher...
I'm running Node 22.9.0 on a raspberry PI (Linux raspberrypi 6.1.21-v8+)
My script, which is run as root, can write a new file in the current directory and update ...
0
votes
0
answers
22
views
How to restrict file permissions for BaseX DBs on Linux?
I'm running a BaseX DB server on Linux, using a dedicated (unprivileged) system user who owns the BaseX directory subtree as well as the BaseX processes. To create a database, I'm using the ...
0
votes
0
answers
75
views
My HTML pages (contact.html and privacy-policy.html) won’t load on Hostinger: 404 error or Page Lost
I’m trying to upload my website to Hostinger, but every page (contact.html and privacy-policy.html) are not loading properly. When I try to access these pages in the browser, I get a “Page Lost” error ...
0
votes
1
answer
119
views
find command: how to find all such files with a mask?
I'm trying to filter out files using find, however am having difficulty. Does anyone know the correct command to filter out "Untitled.rtf" using file permissions?
-rwxr-xr-x@ 1 X staff ...
0
votes
0
answers
173
views
/usr/local/bin not on path for github actions, rockylinux permission denied on path
So, I've got some RockyLinux 8, and then 9.3 to 9.4 and I think something has changed in 9.5.
I deploy github action runners to a small fleet of RockyLinux machines via Ansible. They run as a user ...