diff options
Diffstat (limited to 'lib/MDV/Control_Center.pm')
-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, }, |