aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Lepied <flepied@mandriva.com>2002-01-22 20:14:26 +0000
committerFrederic Lepied <flepied@mandriva.com>2002-01-22 20:14:26 +0000
commit0afa605fc905a197f74ec7fac6f2689caa219a45 (patch)
tree231393e290cb15d014d493396459d9d8beeb6da1
parentbdeb4424b358e54edeb7b9ec4d0c2100bfddac36 (diff)
downloadmsec-0afa605fc905a197f74ec7fac6f2689caa219a45.tar
msec-0afa605fc905a197f74ec7fac6f2689caa219a45.tar.gz
msec-0afa605fc905a197f74ec7fac6f2689caa219a45.tar.bz2
msec-0afa605fc905a197f74ec7fac6f2689caa219a45.tar.xz
msec-0afa605fc905a197f74ec7fac6f2689caa219a45.zip
more doc
-rw-r--r--share/CHANGES6
1 files changed, 5 insertions, 1 deletions
diff --git a/share/CHANGES b/share/CHANGES
index 4ef4156..b67548e 100644
--- a/share/CHANGES
+++ b/share/CHANGES
@@ -13,6 +13,7 @@ msec utility changes:
* removed manipulation of the groups of users
* removed removal of services
* logging in syslog according to the guideline for explanations in tools
+ * more correct prevention of direct root logins
* rewritten in python
msec can be used to change level and it's also run hourly by cron to
@@ -21,9 +22,10 @@ on the filesystem are applied and the minimum of programs started.
Periodic security checks changes:
- * added an rpm database check (rpm -va and rpm -qa)
+ * added rpm database checks (rpm -va and rpm -qa)
* report when a user other than root is at uid 0
* diff_check reports even when the log is empty
+ * use chkrootkit if present.
Permissions settings changes:
@@ -38,4 +40,6 @@ Permissions settings changes:
* rpm related files to avoid exposing what is installed
* /var/lock/subsys
* added a local.perm to allow modifications without modifying level perms
+ * corrected all the inconsistencies between levels to be able to change and come back
+without problem
* rewritten in python