diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index aee6988d2..c2c5207fa 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,16 @@ --> + + 2011-11-16 + + + [bdubbs] - Make /var/log/btmp have 660 permissions. + Suggestion from Michael Blanchard. + + + + 2011-11-14 diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml index 9a2e267a5..00f28e236 100644 --- a/chapter06/createfiles.xml +++ b/chapter06/createfiles.xml @@ -130,7 +130,8 @@ EOF touch /var/run/utmp /var/log/{btmp,lastlog,wtmp} chgrp -v utmp /var/run/utmp /var/log/lastlog -chmod -v 664 /var/run/utmp /var/log/lastlog +chmod -v 664 /var/run/utmp /var/log/lastlog +chmod -v 660 /var/log/btmp The /var/run/utmp file records the users that are currently logged in. The /var/log/wtmp diff --git a/general.ent b/general.ent index b3e413e4b..d8a84cd87 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ - - + +