aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoann Vandoorselaere <yoann@mandriva.com>2000-04-25 12:01:23 +0000
committerYoann Vandoorselaere <yoann@mandriva.com>2000-04-25 12:01:23 +0000
commitb531c4f9aedba9f913848af4ab43b1f203ab24b6 (patch)
tree0747a09542dd320a57e80e21d9ab497c59ca6d42
parent0712c3882a3bae5599ddfbda11bb2d8177c8dbc5 (diff)
downloadmsec-b531c4f9aedba9f913848af4ab43b1f203ab24b6.tar
msec-b531c4f9aedba9f913848af4ab43b1f203ab24b6.tar.gz
msec-b531c4f9aedba9f913848af4ab43b1f203ab24b6.tar.bz2
msec-b531c4f9aedba9f913848af4ab43b1f203ab24b6.tar.xz
msec-b531c4f9aedba9f913848af4ab43b1f203ab24b6.zip
*** empty log message ***
-rw-r--r--ChangeLog3
-rw-r--r--Makefile2
-rw-r--r--init-sh/lib.sh6
-rw-r--r--msec.spec7
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 <yoann@mandrakesoft.com>
+- Fix a bug with comment removed pointed out by Konrad Bernloehr.
+
2000-04-24 Pixel <pixel@mandrakesoft.com>
* 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 <yoann@mandrakesoft.com> 0.15-2mdk
+- Fix a bug with comment removed pointed out by Konrad Bernloehr.
+
* Mon Apr 24 2000 Pixel <pixel@mandrakesoft.com> 0.14-2mdk
- conf/perm.[0-4]: fix ugly disgusting fucking bloody buggy bug!
(remove bloody /usr/{bin,sbin}/* entries)