Request help with Mosquitto broker

Hello everyone,

I would like to ask for help with the following issue: After changing the Customize path in Mosquitto Broker (Active: true), I encountered this error: “2024-10-18 06:20:29: Warning: File /share/mosquitto/accesscontrollist has world readable permissions. Future versions will refuse to load this file. To fix this, use chmod 0700 /share/mosquitto/accesscontrollist.” Following that, my Zigbee Dongle lost connection, and all Zigbee devices disconnected.

If anyone has experience with this, please guide me. Thank you all!

The 0700 permission gives full access to the owner but denies access to everyone else.
Breakdown: Owner (7): Read, write, and execute. Group (0): No permissions

So your Zigbee dongle does not longer have access. Read up on file permissions on unix/linux