mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 19:32:03 +00:00
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:
parent
a64fd5aa90
commit
6325a7ebbd
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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 – -->
|
||||
<!ENTITY milestone "7.1">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
Loading…
Reference in New Issue
Block a user