From 272c3587436db8deee5dc23ec87b90ff01c2da50 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sun, 19 Oct 2008 12:18:05 -0400 Subject: [PATCH] Change the web admin ACL to use null instances instead of root instances so we can actually use it svn path=/trunk/packages/xvm-prodconfig/; revision=1138 --- debian/changelog | 7 +++++++ files/etc/invirt/master.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index df8ed85..f844643 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xvm-prodconfig (0.16) unstable; urgency=low + + * Use system:xvm-maintainers as the admin ACL - it's xvm-root's null + instances + + -- Evan Broder Sun, 19 Oct 2008 12:17:40 -0400 + xvm-prodconfig (0.15) unstable; urgency=low * Asterisk is a special character in YAML - quote it diff --git a/files/etc/invirt/master.yaml b/files/etc/invirt/master.yaml index 6ed79da..36ac8f9 100644 --- a/files/etc/invirt/master.yaml +++ b/files/etc/invirt/master.yaml @@ -48,7 +48,7 @@ web: baseuri: https://xvm-2.mit.edu/ hostname: xvm-2.mit.edu errormail: xvm@mit.edu - adminacl: system:xvm-root + adminacl: system:xvm-maintainers errormail_exclude: - '*' - price -- 1.7.9.5