Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UMASK variable affects scripts created in /tmp #260

Open
mreilaender opened this issue Jul 18, 2024 · 1 comment
Open

UMASK variable affects scripts created in /tmp #260

mreilaender opened this issue Jul 18, 2024 · 1 comment

Comments

@mreilaender
Copy link

Changing the UMASK variable to e.g. 007 results in permission denied:

2024-07-17 23:19:27,019 DEBG 'watchdog-script' stderr output:
/usr/local/bin/tools.sh: line 475: /tmp/getiptables: Permission denied

Expected

UMASK variable only affects files created by qbittorrent

Actual

UMASK changes permissions for scripts created in /tmp

This makes the UMASK variable effectively unusable.

@bland328
Copy link

Thanks for posting this. I just ran into it, as well, and was starting to pull my hair out chasing it.

Setting UMASK back to 000 fixed everything up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants