aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2012-02-13 19:20:57 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2012-02-13 19:20:57 +0000
commitd1a801505eb7ab50675f7299d9786a0cf966d865 (patch)
tree244c5824fef1fed089717f56cb560d5f29a1becf
parentbb0c3b3a288055a3b15c41bf81cb4fbf71b6700d (diff)
Change permissions for /var/log/btmp
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9743 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/createfiles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml
index 663b94b36..f0091bcd2 100644
--- a/chapter06/createfiles.xml
+++ b/chapter06/createfiles.xml
@@ -132,7 +132,7 @@ EOF</userinput></screen>
<screen><userinput>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 660 /var/log/btmp</userinput></screen>
+chmod -v 600 /var/log/btmp</userinput></screen>
<para>The <filename>/var/run/utmp</filename> file records the users
that are currently logged in. The <filename>/var/log/wtmp</filename>