mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-04-11 17:44:55 +02:00
10 lines
230 B
Text
10 lines
230 B
Text
# This affects access control for clients with no username.
|
|
topic read $SYS/#
|
|
|
|
# This only affects clients with username "roger".
|
|
user roger
|
|
topic foo/bar
|
|
|
|
# This affects all clients.
|
|
pattern write $SYS/broker/connection/%c/state
|