You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment all files written by dsc have the 0644 permissions. This makes it impossible to change the permissions based on the umask.
I would like to be able to use umask, so I don't have world readable files.
The text was updated successfully, but these errors were encountered:
- FixDNS-OARC#279: Add new conf options to control output file access:
- `output_user`: set output file user ownership
- `output_group`: set output file group ownership
- `output_mod`: set output file mode bits
- FixDNS-OARC#279: Add new conf options to control output file access:
- `output_user`: set output file user ownership
- `output_group`: set output file group ownership
- `output_mod`: set output file mode bits
jelu
added a commit
to jelu/dsc
that referenced
this issue
Mar 6, 2023
- FixDNS-OARC#279: Add new conf options to control output file access:
- `output_user`: set output file user ownership
- `output_group`: set output file group ownership
- `output_mod`: set output file mode bits
At the moment all files written by dsc have the 0644 permissions. This makes it impossible to change the permissions based on the umask.
I would like to be able to use umask, so I don't have world readable files.
The text was updated successfully, but these errors were encountered: