Set 660 permissions for /var/log/btmp

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9663 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2011-11-16 18:39:39 +00:00
parent a64fd5aa90
commit 6325a7ebbd
3 changed files with 14 additions and 3 deletions

View File

@ -36,6 +36,16 @@
</listitem>
-->
<listitem>
<para>2011-11-16</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Make /var/log/btmp have 660 permissions.
Suggestion from Michael Blanchard.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2011-11-14</para>
<itemizedlist>

View File

@ -130,7 +130,8 @@ 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</userinput></screen>
chmod -v 664 /var/run/utmp /var/log/lastlog
chmod -v 660 /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>

View File

@ -1,5 +1,5 @@
<!ENTITY version "SVN-20111114">
<!ENTITY releasedate "Nov 14, 2011">
<!ENTITY version "SVN-20111116">
<!ENTITY releasedate "Nov 16, 2011">
<!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.1">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->