From 6c0ca3e68ae90e8ed44778948f2f679a4f8a65b8 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 27 Aug 2002 09:39:42 +0000 Subject: add ntools and ctools in %high_security_groups --- perl-install/any.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perl-install/any.pm b/perl-install/any.pm index db80c83c8..7d9c05e66 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -751,6 +751,8 @@ sub ask_users { rpm => _("access to rpm tools"), wheel => _("allow \"su\""), adm => _("access to administrative files"), + ntools => _("access to network tools"), + ctools => _("access to compilation tools"), ); while (1) { $u->{password2} ||= $u->{password} ||= ''; -- cgit v1.2.1