I'm running Mosquitto broker (version 1.4.14) with the mosquitto-auth-plugin (HTTP backend). Clients have to authenticate with username and password and in some cases pass acl-requirements.
It seems that all authenticated users can subscribe to the topic '#' which shows all pubs to all topics.
In the ACL the wildcard # seems to be already replaced with the topic-name so I cannot deny it's subscription.
Is it possible to deny a subscription to all topics in the configuration?
If topics start with a $ chr then the issue is solved but the MQTT-spec says: 'Applications cannot use a topic with a leading $ character for their own purposes.' (4.7.2 Topics beginning with $)
#, but a they will only see topics that are allowed via the ACL. Please edit the question to include a sample of the ACL so we can see what you are setting. - hardillb