diff options
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | control-center | 2 | ||||
-rwxr-xr-x | lib/MDV/Control_Center.pm | 10 |
3 files changed, 2 insertions, 11 deletions
@@ -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", |