summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorEugeni Dodonov <eugeni@mandriva.org>2009-01-21 12:37:07 +0000
committerEugeni Dodonov <eugeni@mandriva.org>2009-01-21 12:37:07 +0000
commit0f07e845a325ca618177060e59f56e229f5d1cbe (patch)
tree0b63205dd7c9c22291509bce68df4baca9f3bba7 /lib
parenta9fd579decb336d6a724de676e8e239deb64bf48 (diff)
downloadcontrol-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-xlib/MDV/Control_Center.pm15
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,
},