From b531c4f9aedba9f913848af4ab43b1f203ab24b6 Mon Sep 17 00:00:00 2001 From: Yoann Vandoorselaere Date: Tue, 25 Apr 2000 12:01:23 +0000 Subject: *** empty log message *** --- ChangeLog | 3 +++ Makefile | 2 +- init-sh/lib.sh | 6 ++++++ msec.spec | 7 +++++-- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b9eaf59..139f57d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2000-04-25 Yoann Vandoorselaere +- Fix a bug with comment removed pointed out by Konrad Bernloehr. + 2000-04-24 Pixel * conf/perm.[0-4]: fix ugly disgusting fucking bloody buggy bug! diff --git a/Makefile b/Makefile index f870cf7..da996af 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.14 +VERSION = 0.15 NAME = msec all: promisc_check msec_find diff --git a/init-sh/lib.sh b/init-sh/lib.sh index d1802f6..271a69a 100644 --- a/init-sh/lib.sh +++ b/init-sh/lib.sh @@ -114,6 +114,8 @@ CommentUserRules() { while read line; do if ! echo "${line}" | grep -qE "^#"; then echo "# ${line}" + else + echo "${line}" fi done < ${tmpfile} > ${file} @@ -263,6 +265,10 @@ groupadd xgrp >& /dev/null groupadd ntools >& /dev/null groupadd ctools >& /dev/null +#Fix the big security hole introduced in cooker +userdel mandrake >& /dev/null +groupdel mandrake >& /dev/null + usermod -G xgrp xfs /usr/share/msec/grpuser.sh --clean diff --git a/msec.spec b/msec.spec index e63e897..e985658 100644 --- a/msec.spec +++ b/msec.spec @@ -1,5 +1,5 @@ -%define version 0.14 -%define release 2mdk +%define version 0.15 +%define release 1mdk Summary: Security Level & Program for the Linux Mandrake distribution Name: msec @@ -46,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT %config /etc/security/msec %changelog +* Fri Apr 25 2000 Yoann Vandoorselaere 0.15-2mdk +- Fix a bug with comment removed pointed out by Konrad Bernloehr. + * Mon Apr 24 2000 Pixel 0.14-2mdk - conf/perm.[0-4]: fix ugly disgusting fucking bloody buggy bug! (remove bloody /usr/{bin,sbin}/* entries) -- cgit v1.2.1