zephyr_mirror: Add two more restricted access classes.
(imported from commit 06ff0e19c1522ade018aea66f152fdfa55c18e1d)
This commit is contained in:
parent
a644e4bc41
commit
c61567b67a
|
@ -188,7 +188,7 @@ def update_subscriptions_from_humbug():
|
||||||
encoded_stream = stream.encode("utf-8")
|
encoded_stream = stream.encode("utf-8")
|
||||||
if stream in current_zephyr_subs:
|
if stream in current_zephyr_subs:
|
||||||
continue
|
continue
|
||||||
if stream in ['security', 'login', 'network']:
|
if stream.lower() in ['security', 'login', 'network', 'ops', 'user_locate']:
|
||||||
# These zephyr classes cannot be subscribed to by us, due
|
# These zephyr classes cannot be subscribed to by us, due
|
||||||
# to MIT's Zephyr access control settings
|
# to MIT's Zephyr access control settings
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in a new issue