aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rwxr-xr-xinit-sh/level1.sh1
-rwxr-xr-xinit-sh/level2.sh1
-rwxr-xr-xinit-sh/level3.sh2
-rwxr-xr-xinit-sh/level4.sh6
-rwxr-xr-xinit-sh/level5.sh4
-rw-r--r--msec.spec7
7 files changed, 20 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 8984f19..08961cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@
* init-sh/lib.sh (AddBegRules): 1 \n instead of 2
1999-12-20 Yoann Vandoorselaere <yoann@mandrakesoft.com>
+ * We are ok.
+
+1999-12-20 Yoann Vandoorselaere <yoann@mandrakesoft.com>
* init-sh/perm.[05]: Oops, /var/spool/mail is 771 not 755.
1999-12-20 Yoann Vandoorselaere <yoann@mandrakesoft.com>
diff --git a/init-sh/level1.sh b/init-sh/level1.sh
index 0d89ec7..2cab039 100755
--- a/init-sh/level1.sh
+++ b/init-sh/level1.sh
@@ -74,6 +74,7 @@ AddBegRules "/usr/X11R6/bin/xhost + localhost" /etc/X11/xinit/xinitrc
# Group
echo "Adding system users to specific groups :"
/etc/security/msec/init-sh/grpuser.sh --refresh
+grpconv
echo -e "done.\n"
# Do not boot on a shell
diff --git a/init-sh/level2.sh b/init-sh/level2.sh
index 271781a..a6b82c2 100755
--- a/init-sh/level2.sh
+++ b/init-sh/level2.sh
@@ -73,6 +73,7 @@ AddBegRules "/usr/X11R6/bin/xhost + localhost" /etc/X11/xinit/xinitrc
# group
echo "Adding system users to specifics groups :"
/etc/security/msec/init-sh/grpuser.sh --refresh
+grpconv
echo -e "done.\n"
# Do not boot on a shell
diff --git a/init-sh/level3.sh b/init-sh/level3.sh
index e4a9b11..6f091fd 100755
--- a/init-sh/level3.sh
+++ b/init-sh/level3.sh
@@ -81,3 +81,5 @@ cat ${tmpfile} | sed s'/\/bin\/bash --login/\/sbin\/mingetty tty1/' > /etc/initt
rm -f ${tmpfile}
echo "done."
+# Group were modified in lib.sh...
+grpconv \ No newline at end of file
diff --git a/init-sh/level4.sh b/init-sh/level4.sh
index 9e8fa1e..f1a5b4c 100755
--- a/init-sh/level4.sh
+++ b/init-sh/level4.sh
@@ -112,4 +112,8 @@ tmpfile=`mktemp /tmp/secure.XXXXXX`
cp /etc/inittab ${tmpfile}
cat ${tmpfile} | sed s'/\/bin\/bash --login/\/sbin\/mingetty tty1/' > /etc/inittab
rm -f ${tmpfile}
-echo "done." \ No newline at end of file
+echo "done."
+
+# Group were modified in lib.sh...
+grpconv
+
diff --git a/init-sh/level5.sh b/init-sh/level5.sh
index 28e9e86..a8c50ff 100755
--- a/init-sh/level5.sh
+++ b/init-sh/level5.sh
@@ -120,8 +120,8 @@ echo "you need to add your user to the \"xgrp\" group..."
echo "Use : usermod -G xgrp username"
echo
-
-
+# Group were modified in lib.sh...
+grpconv
diff --git a/msec.spec b/msec.spec
index 0afdb4f..f8c328b 100644
--- a/msec.spec
+++ b/msec.spec
@@ -4,7 +4,7 @@
Summary: Security Level & Program for the Linux Mandrake distribution
Name: msec
Version: %{version}
-Release: 5mdk
+Release: 6mdk
Source: %{name}-%{version}.tar.bz2
Copyright: GPL
Group: System Environment/Base
@@ -48,6 +48,11 @@ AddBegRules (password= must in the beginning of lilo.conf)
- init-sh/lib.sh (AddBegRules): 1 \n instead of 2
* Mon Dec 20 1999 Yoann Vandoorselaere <yoann@mandrakesoft.com>
+- Use grpconv after modifying /etc/group.
+- Add a message for level 5 saying that user who want X access
+ should be in the xgrp group.
+
+* Mon Dec 20 1999 Yoann Vandoorselaere <yoann@mandrakesoft.com>
- fixed a typo / variable pb.
* Mon Dec 20 1999 Yoann Vandoorselaere <yoann@mandrakesoft.com>