-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
File permissions can't have full accesss #4810
Comments
Fluentd has However, we cannot set this in |
For docker images, we can change this in Example:
|
- Implemented 'umask' option in system config to address fluent#4810. - Users can now define 'umask' in Fluentd configuration instead of CLI args. - Improves usability for services and container images by removing reliance on '--umask' argument.
- Implemented 'umask' option in system config to address fluent#4810. - Users can now define 'umask' in Fluentd configuration instead of CLI args. - Improves usability for services and container images by removing reliance on '--umask' argument. Signed-off-by: kushynoda <egemen.utku3@gmail.com>
Sorry. There are some limitations for
I wonder why ServerEngine has such specifications. Or is it possible to change umask on the container environment? |
Describe the bug
Unable to set
file_permission 777Files are created as 755 due to umask.
To Reproduce
add to config:
file_permission 777
Expected behavior
files should be created with full permissions
Your Environment
Your Configuration
Your Error Log
Additional context
If changing the permissions is not possible how can we change the default umask?
The text was updated successfully, but these errors were encountered: