zmirror: Add some more non-world-readable Zephyr classes.

These are from a list that Camilla Fox sent me of all
non-world-readable Zephyr classes currently configured.

(imported from commit 6246a981402b47056b28cd14be688e15224aacd1)
This commit is contained in:
Tim Abbott 2013-10-28 13:11:39 -04:00
parent 901a5c342c
commit 7faceb2d2d
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ def fetch_public_streams():
# normalization and then lower-casing server-side
canonical_cls = unicodedata.normalize("NFKC", stream_name).lower().encode("utf-8")
if canonical_cls in ['security', 'login', 'network', 'ops', 'user_locate',
'mit',
'mit', 'moof', 'wsmonitor', 'wg_ctl', 'winlogger',
'hm_ctl', 'hm_stat', 'zephyr_admin', 'zephyr_ctl']:
# These zephyr classes cannot be subscribed to by us, due
# to MIT's Zephyr access control settings