-
Notifications
You must be signed in to change notification settings - Fork 56
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
change tedge mosquitto configuration file permissions from 600 to 644 #2154
Comments
I would consider to do this along #2012 |
The implementation was done exactly as described in the ticket description.
|
QA has thoroughly checked the feature and here are the results:
|
This issue was only partially closed. The A PR was opened to included system tests to verify this functionality. #2334 |
Is your feature improvement request related to a problem? Please describe.
Running mosquitto as a non-root user is not possible as the tedge mosquitto files under
/etc/tedge/mosquitto-conf/*.conf
are only readable by the root user (e.g. the files have the permission0o0600
). Changing the tedge mosquitto configuration files to0o0644
would fix this, and it would also align the file permissions to those used by the/etc/mosquitto/mosquitto.conf
.Below shows the difference between the tedge and mosquitto configuration files.
tedge configuration files
tedge configuration files
Describe the solution you'd like
Change the file permissions from
0o0600
to0o0644
for all files created under the/etc/tedge/mosquitto-conf/
directory.Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: