diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-08-27 09:39:42 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-08-27 09:39:42 +0000 |
commit | 6c0ca3e68ae90e8ed44778948f2f679a4f8a65b8 (patch) | |
tree | 44b5281f8fe23e4c846f7e80167e70dcbe926f53 /perl-install/any.pm | |
parent | 11725c693bfdf12e7f221e653476844c835f1276 (diff) | |
download | drakx-backup-do-not-use-6c0ca3e68ae90e8ed44778948f2f679a4f8a65b8.tar drakx-backup-do-not-use-6c0ca3e68ae90e8ed44778948f2f679a4f8a65b8.tar.gz drakx-backup-do-not-use-6c0ca3e68ae90e8ed44778948f2f679a4f8a65b8.tar.bz2 drakx-backup-do-not-use-6c0ca3e68ae90e8ed44778948f2f679a4f8a65b8.tar.xz drakx-backup-do-not-use-6c0ca3e68ae90e8ed44778948f2f679a4f8a65b8.zip |
add ntools and ctools in %high_security_groups
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 2 insertions, 0 deletions
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} ||= ''; |