diff options
| author | Blaise Thompson <blaise@untzag.com> | 2021-03-08 14:51:12 -0600 | 
|---|---|---|
| committer | Blaise Thompson <blaise@untzag.com> | 2021-03-08 14:51:12 -0600 | 
| commit | 81e6c439f560ee91f22714bd3aa1107e7137ae98 (patch) | |
| tree | 387aedf9f31c1fe2760e9e720f8ee9b9ceb04165 /mosquitto/acl_file | |
| parent | 343ccd92070b72e510ac8ff15835bdb489e67aa0 (diff) | |
acl
Diffstat (limited to 'mosquitto/acl_file')
| -rw-r--r-- | mosquitto/acl_file | 10 | 
1 files changed, 8 insertions, 2 deletions
diff --git a/mosquitto/acl_file b/mosquitto/acl_file index ea24aa7..dbbad6d 100644 --- a/mosquitto/acl_file +++ b/mosquitto/acl_file @@ -1,10 +1,16 @@  topic read # +user bertram +topic readwrite homie/# +  user blaise  topic readwrite # -user bertram +user garand +topic readwrite homie/# + +user goldsmith  topic readwrite homie/#  user wright -topic readwrite homie/#
\ No newline at end of file +topic readwrite homie/#  | 
