mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-02-07 14:52:10 +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>
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
<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>
|
<listitem>
|
||||||
<para>2011-11-14</para>
|
<para>2011-11-14</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -130,7 +130,8 @@ EOF</userinput></screen>
|
|||||||
|
|
||||||
<screen><userinput>touch /var/run/utmp /var/log/{btmp,lastlog,wtmp}
|
<screen><userinput>touch /var/run/utmp /var/log/{btmp,lastlog,wtmp}
|
||||||
chgrp -v utmp /var/run/utmp /var/log/lastlog
|
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
|
<para>The <filename>/var/run/utmp</filename> file records the users
|
||||||
that are currently logged in. The <filename>/var/log/wtmp</filename>
|
that are currently logged in. The <filename>/var/log/wtmp</filename>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!ENTITY version "SVN-20111114">
|
<!ENTITY version "SVN-20111116">
|
||||||
<!ENTITY releasedate "Nov 14, 2011">
|
<!ENTITY releasedate "Nov 16, 2011">
|
||||||
<!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "7.1">
|
<!ENTITY milestone "7.1">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
Loading…
Reference in New Issue
Block a user