aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorYoann Vandoorselaere <yoann@mandriva.com>2000-03-07 14:39:50 +0000
committerYoann Vandoorselaere <yoann@mandriva.com>2000-03-07 14:39:50 +0000
commite67d4c05d0d218ede7f02ffc9b86dc2c95f75d1d (patch)
treea1a7aba20fbdc0d4c436defab7422f3b9af2c9f1 /ChangeLog
parenteb9a7036548dd6d78e386d6a3d16035496a07326 (diff)
downloadmsec-e67d4c05d0d218ede7f02ffc9b86dc2c95f75d1d.tar
msec-e67d4c05d0d218ede7f02ffc9b86dc2c95f75d1d.tar.gz
msec-e67d4c05d0d218ede7f02ffc9b86dc2c95f75d1d.tar.bz2
msec-e67d4c05d0d218ede7f02ffc9b86dc2c95f75d1d.tar.xz
msec-e67d4c05d0d218ede7f02ffc9b86dc2c95f75d1d.zip
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f700035..3e47681 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2000-03-07 Yoann Vandoorselaere <yoann@mandrakesoft.com>
+ * Included patch from Stefan Siegel which fix these item :
+ * Files that should not be owned by someone else or readable:
+ -> added ".gnupg/secring.gpg" as Mandrake uses GNUPG as default
+
+ * Files that should not be owned by someone else or writeable:
+ -> replaced "-" by "." in awk-script beause ".ssh" is a directory
+
+ * Check home directories. Directories should not be owned by=20
+ someone else or writeable:
+ -> replaced "-" by "d" in awk-script beause "~" is a directory
+ -> replaced username-check by uid-check (avoids false output=20
+ by usernames > 8 char, e.g. "fetchmail" !=3D "fetchmai" )
+ -> removed "~lp" and "~mail" from group-check as their homedirs
+ are group writeable
+
2000-02-17 Yoann Vandoorselaere <yoann@mandrakesoft.com>
* level 4 - 5 /var/log in mode 711 for daemon spawned as non root user.
* /etc/printcap is 644 in mode 4 & 5