aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoann Vandoorselaere <yoann@mandriva.com>2000-01-13 09:08:29 +0000
committerYoann Vandoorselaere <yoann@mandriva.com>2000-01-13 09:08:29 +0000
commit26c7d9e8b75cbec9a215a1bf4151aaaedfd55b4f (patch)
treebfda82eb261730d4534d000ce1d74dc2c61ad42e
parent1149e92a19b241628d8e43596e4e74d11fd8e40e (diff)
downloadmsec-26c7d9e8b75cbec9a215a1bf4151aaaedfd55b4f.tar
msec-26c7d9e8b75cbec9a215a1bf4151aaaedfd55b4f.tar.gz
msec-26c7d9e8b75cbec9a215a1bf4151aaaedfd55b4f.tar.bz2
msec-26c7d9e8b75cbec9a215a1bf4151aaaedfd55b4f.tar.xz
msec-26c7d9e8b75cbec9a215a1bf4151aaaedfd55b4f.zip
*** empty log message ***
-rw-r--r--ChangeLog5
-rwxr-xr-xinit-sh/custom.sh6
-rw-r--r--msec.spec2
3 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 26f89c4..cf413e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-01-13 Yoann Vandoorselaere <yoann@mandrakesoft.com>
+ * custom.sh : ( thanks to Thomas Poindessous ) for pointing out that :
+ * s'/tmp\/msec.XXXXXX/\/tmp\/msec.XXXXXX/'
+ * fix two typo
+
2000-01-06 Yoann Vandoorselaere <yoann@mandrakesoft.com>
* security.sh : find are niced to (+19)
* Camille updated the documentation.
diff --git a/init-sh/custom.sh b/init-sh/custom.sh
index 057a288..af4bba5 100755
--- a/init-sh/custom.sh
+++ b/init-sh/custom.sh
@@ -22,7 +22,7 @@ fi
echo "Do you want to only allow ctrl-alt-del if root is logged locally ?"
echo "( or if an user present in /etc/shutdown.allow is logged locally )"
WaitAnswer; clear
-tmpfile=`mktemp tmp/secure.XXXXXX`
+tmpfile=`mktemp /tmp/secure.XXXXXX`
cp /etc/inittab ${tmpfile}
if [[ ${answer} == yes ]]; then
cat ${tmpfile} | \
@@ -50,7 +50,7 @@ fi
echo "Do you want root console login to be allowed ?"
WaitAnswer; clear
if [[ ${answer} == yes ]]; then
-g AddRules "tty1" /etc/securetty quiet
+ AddRules "tty1" /etc/securetty quiet
AddRules "tty2" /etc/securetty quiet
AddRules "tty3" /etc/securetty quiet
AddRules "tty4" /etc/securetty quiet
@@ -74,7 +74,7 @@ if [[ ${answer} == yes ]]; then
fi
###
-echo "Do you want your system to check for grave permission problem on senssibles files ?"
+echo "Do you want your system to check for grave permission problem on sensibles files ?"
WaitAnswer; clear
if [[ ${answer} == yes ]]; then
AddRules "CHECK_PERMS=yes" /etc/security/msec/security.conf
diff --git a/msec.spec b/msec.spec
index 8744654..e3762d2 100644
--- a/msec.spec
+++ b/msec.spec
@@ -1,6 +1,6 @@
# do not modify Version below, modify it in Makefile (see CVS)
%define version 0.9
-%define release 14mdk
+%define release 15mdk
Summary: Security Level & Program for the Linux Mandrake distribution
Name: msec