From e609692e33e712083575207a5fbbf8b9a0d939f4 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 18 Dec 2012 16:48:17 -0500 Subject: [PATCH] zephyr_mirror: Add a few more restricted-access classes. (imported from commit 6690e5dcd6a313ac4e4ef2351e300306ca7fb3c5) --- bots/zephyr_mirror_backend.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bots/zephyr_mirror_backend.py b/bots/zephyr_mirror_backend.py index e0d4af2..804c625 100755 --- a/bots/zephyr_mirror_backend.py +++ b/bots/zephyr_mirror_backend.py @@ -191,7 +191,8 @@ def update_subscriptions_from_humbug(): canonical_cls = unicodedata.normalize("NFKC", stream).lower().encode("utf-8") if canonical_cls in current_zephyr_subs: continue - if canonical_cls in ['security', 'login', 'network', 'ops', 'user_locate']: + if canonical_cls in ['security', 'login', 'network', 'ops', 'user_locate', + '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 continue