summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--NEWS3
-rwxr-xr-xlib/MDV/Control_Center.pm15
2 files changed, 15 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index f1da73fd..485b26ed 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- add support for msecgui
+- changed description for new draksec functionality
+
Version 12 - 18 December 2008, Olivier Blin
- drop again diagnostics, strict, vars and warnings pragmas
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,
},