aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoann Vandoorselaere <yoann@mandriva.com>1999-12-06 18:11:40 +0000
committerYoann Vandoorselaere <yoann@mandriva.com>1999-12-06 18:11:40 +0000
commita522bd016d5a0bcea84b6adac0402082c6e7b3cc (patch)
treea6bb8bed022aa0534f73ec2270f266972d3ad29f
parent74055382de3e44e81bf084d08883e7a9e5b90b04 (diff)
downloadmsec-a522bd016d5a0bcea84b6adac0402082c6e7b3cc.tar
msec-a522bd016d5a0bcea84b6adac0402082c6e7b3cc.tar.gz
msec-a522bd016d5a0bcea84b6adac0402082c6e7b3cc.tar.bz2
msec-a522bd016d5a0bcea84b6adac0402082c6e7b3cc.tar.xz
msec-a522bd016d5a0bcea84b6adac0402082c6e7b3cc.zip
*** empty log message ***
-rw-r--r--doc/msec.spec1
-rwxr-xr-xinit-sh/level2.sh2
-rwxr-xr-xinit-sh/level3.sh2
-rwxr-xr-xinit-sh/level4.sh2
-rwxr-xr-xinit-sh/level5.sh2
5 files changed, 5 insertions, 4 deletions
diff --git a/doc/msec.spec b/doc/msec.spec
index e40107d..d3ee798 100644
--- a/doc/msec.spec
+++ b/doc/msec.spec
@@ -55,6 +55,7 @@ rm -rf $RPM_BUILD_ROOT
the first do normal security check, the other watch at anormal change
on the system...
- Bug fix again & again
+- Updated perm files & fix a security problem ( thanks Axalon ).
* Wed Dec 1 1999 Yoann Vandoorselaere <yoann@mandrakesoft.com>
- DrakX compatibility.
diff --git a/init-sh/level2.sh b/init-sh/level2.sh
index b5e9706..1e6d605 100755
--- a/init-sh/level2.sh
+++ b/init-sh/level2.sh
@@ -33,7 +33,7 @@ echo -e "\t- Check suid root file integrity (backdoor check) : yes."
echo -e "\t- Check suid group file : yes."
AddRules "CHECK_SUID_GROUP=no" /etc/security/msec/security.conf quiet
echo -e "\t- Check world writable file : yes."
- AddRules "CHECK_WRITABLE=yes" /etc/security/msec/security.conf quiet
+ AddRules "CHECK_WRITEABLE=yes" /etc/security/msec/security.conf quiet
echo -e "\t- Check unowned file : no."
AddRules "CHECK_UNOWNED=no" /etc/security/msec/security.conf quiet
echo -e "\t- Check promiscuous mode : no."
diff --git a/init-sh/level3.sh b/init-sh/level3.sh
index 39213a4..42b4542 100755
--- a/init-sh/level3.sh
+++ b/init-sh/level3.sh
@@ -37,7 +37,7 @@ echo -e "\t- Check suid root file integrity (backdoor check) : yes."
echo -e "\t- Check suid group file : no."
AddRules "CHECK_SUID_GROUP=no" /etc/security/msec/security.conf quiet
echo -e "\t- Check world writable file : yes."
- AddRules "CHECK_WRITABLE=yes" /etc/security/msec/security.conf quiet
+ AddRules "CHECK_WRITEABLE=yes" /etc/security/msec/security.conf quiet
echo -e "\t- Check unowned file : no."
AddRules "CHECK_UNOWNED=no" /etc/security/msec/security.conf quiet
echo -e "\t- Check promiscuous mode : no."
diff --git a/init-sh/level4.sh b/init-sh/level4.sh
index fac55b6..5f2a79c 100755
--- a/init-sh/level4.sh
+++ b/init-sh/level4.sh
@@ -47,7 +47,7 @@ echo -e "\t- Check suid root file integrity (backdoor check) : yes."
echo -e "\t- Check suid group file : yes."
AddRules "CHECK_SUID_GROUP=yes" /etc/security/msec/security.conf quiet
echo -e "\t- Check world writable file : yes."
- AddRules "CHECK_WRITABLE=yes" /etc/security/msec/security.conf quiet
+ AddRules "CHECK_WRITEABLE=yes" /etc/security/msec/security.conf quiet
echo -e "\t- Check unowned file : yes."
AddRules "CHECK_UNOWNED=yes" /etc/security/msec/security.conf quiet
echo -e "\t- Check promiscuous mode : yes."
diff --git a/init-sh/level5.sh b/init-sh/level5.sh
index 5804654..6b90e59 100755
--- a/init-sh/level5.sh
+++ b/init-sh/level5.sh
@@ -38,7 +38,7 @@ echo -e "\t- Check suid root file integrity (backdoor check) : yes."
echo -e "\t- Check suid group file : yes."
AddRules "CHECK_SUID_GROUP=yes" /etc/security/msec/security.conf quiet
echo -e "\t- Check world writable file : yes."
- AddRules "CHECK_WRITABLE=yes" /etc/security/msec/security.conf quiet
+ AddRules "CHECK_WRITEABLE=yes" /etc/security/msec/security.conf quiet
echo -e "\t- Check unowned file : yes."
AddRules "CHECK_UNOWNED=yes" /etc/security/msec/security.conf quiet
echo -e "\t- Check promiscuous mode : yes."