summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rwxr-xr-xcontrol-center2
-rwxr-xr-xlib/MDV/Control_Center.pm10
3 files changed, 2 insertions, 11 deletions
diff --git a/NEWS b/NEWS
index 485b26ed..47994754 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+- removed entry for drakperm (now handled by msecgui)
- add support for msecgui
- changed description for new draksec functionality
diff --git a/control-center b/control-center
index 99f11ea4..cba6e03e 100755
--- a/control-center
+++ b/control-center
@@ -512,8 +512,8 @@ my @tree = (
title => N("Security"),
list => [
"Security Level",
- "Security Permissions",
"Firewall",
+ "Mandriva Tools Authentication",
"Invictus Firewall",
"Parental Controls",
]
diff --git a/lib/MDV/Control_Center.pm b/lib/MDV/Control_Center.pm
index a77dd137..f21906ea 100755
--- a/lib/MDV/Control_Center.pm
+++ b/lib/MDV/Control_Center.pm
@@ -570,16 +570,6 @@ our %programs =
},
- "Security Permissions" =>
- {
- binary => "$sbindir/drakperm",
- embedded => 1,
- description => N("Tune permissions on system"),
- long_description => N("Fine tune the security permissions of the system"),
- icon => 'drakperm-mdk',
- },
-
-
"Services" =>
{
binary => "$sbindir/drakxservices",