mirror of
https://github.com/eclipse/mosquitto.git
synced 2025-04-19 10:22:16 +03:00
10 lines
230 B
Plaintext
10 lines
230 B
Plaintext
# 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
|