From 47a5ae621dccdd96ec89e47a2b62ab737ba006d2 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Thu, 11 Jun 2015 00:46:34 +0300 Subject: fix lockdown --- deployment/mga_buildsystem/manifests/config.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'deployment/mga_buildsystem/manifests/config.pp') diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index b6eac976..82565c3e 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -440,6 +440,7 @@ class mga_buildsystem::config { $cauldron_authorized_users = str_join(group_members('mga-release_managers'), '|') $cauldron_version_check = { 'authorized_sections' => '^[a-z]+/updates_testing$', + 'authorized_packages' => 'none_package_authorized', #'authorized_packages' => 'drak|^(urpmi|perl-URPM|perl-(MDK-Common|Gtk3|Glib(-Object-Introspection)?)|mgaonline|net_monitor|mandi|indexhtml|ldetect(-lst)?|msec|manatools|rpm-(mageia-setup|helper)|(mga-|mageia).*)$', 'authorized_arches' => 'none', 'authorized_users' => "^${cauldron_authorized_users}\$", -- cgit v1.2.1