From 0f07e845a325ca618177060e59f56e229f5d1cbe Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Wed, 21 Jan 2009 12:37:07 +0000 Subject: add support for msecgui and new description for draksec functionality --- lib/MDV/Control_Center.pm | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'lib') 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, }, -- cgit v1.2.1