diff options
author | Eugeni Dodonov <eugeni@mandriva.org> | 2009-01-21 12:37:07 +0000 |
---|---|---|
committer | Eugeni Dodonov <eugeni@mandriva.org> | 2009-01-21 12:37:07 +0000 |
commit | 0f07e845a325ca618177060e59f56e229f5d1cbe (patch) | |
tree | 0b63205dd7c9c22291509bce68df4baca9f3bba7 /lib | |
parent | a9fd579decb336d6a724de676e8e239deb64bf48 (diff) | |
download | control-center-0f07e845a325ca618177060e59f56e229f5d1cbe.tar control-center-0f07e845a325ca618177060e59f56e229f5d1cbe.tar.gz control-center-0f07e845a325ca618177060e59f56e229f5d1cbe.tar.bz2 control-center-0f07e845a325ca618177060e59f56e229f5d1cbe.tar.xz control-center-0f07e845a325ca618177060e59f56e229f5d1cbe.zip |
add support for msecgui and new description for draksec functionality
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/MDV/Control_Center.pm | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/lib/MDV/Control_Center.pm b/lib/MDV/Control_Center.pm index 2d9f0822..a77dd137 100755 --- a/lib/MDV/Control_Center.pm +++ b/lib/MDV/Control_Center.pm @@ -338,6 +338,14 @@ our %programs = icon => 'drakpark-mdk', }, + "Mandriva Tools Authentication" => + { + binary => "$sbindir/draksec", + embedded => 1, + description => N("Configure authentication for Mandriva tools"), + long_description => N("Define authentication required to access individual Mandriva configuration tools "), + icon => 'drakperm-mdk', + }, "Mandriva Update" => { @@ -553,11 +561,12 @@ our %programs = "Security Level" => { - binary => "$sbindir/draksec", + binary => "$sbindir/msecgui", embedded => 1, - description => N("Set up security level and audit"), - long_description => N("Set the system security level and the periodic security audit"), + description => N("Configure system security, permissions and audit"), + long_description => N("Set the system security level, periodic security audit and permissions"), icon => 'draksec-mdk', + application_driven_menu => 1, }, |