Author: jim
Date: 2005-10-13 09:23:18 -0600 (Thu, 13 Oct 2005)
New Revision: 7000

Modified:
   branches/cross-lfs/BOOK/
   branches/cross-lfs/BOOK/boot/common/pwdgroup.xml
   branches/cross-lfs/BOOK/chroot/common/pwdgroup.xml
   branches/cross-lfs/BOOK/introduction/common/changelog.xml
Log:
 [EMAIL PROTECTED]:  jim | 2005-10-13 08:22:42 -0700
 Changed btmp permissions to current standards



Property changes on: branches/cross-lfs/BOOK
___________________________________________________________________
Name: svk:merge
   - 7321b066-45f8-0310-a5e2-f63eff31be55:/cross-lfs:7667
dfc39d96-41f8-0310-9e44-b84af8e7c7f6:/books/local:5516
   + 7321b066-45f8-0310-a5e2-f63eff31be55:/cross-lfs:7668
dfc39d96-41f8-0310-9e44-b84af8e7c7f6:/books/local:5516

Modified: branches/cross-lfs/BOOK/boot/common/pwdgroup.xml
===================================================================
--- branches/cross-lfs/BOOK/boot/common/pwdgroup.xml    2005-10-13 15:23:07 UTC 
(rev 6999)
+++ branches/cross-lfs/BOOK/boot/common/pwdgroup.xml    2005-10-13 15:23:18 UTC 
(rev 7000)
@@ -112,7 +112,8 @@
   proper permissions:</para>
 
 <screen><userinput>touch ${LFS}/var/run/utmp ${LFS}/var/log/{btmp,lastlog,wtmp}
-chmod 664 ${LFS}/var/run/utmp ${LFS}/var/log/lastlog</userinput></screen>
+chmod 664 ${LFS}/var/run/utmp ${LFS}/var/log/lastlog
+chmod 600 ${LFS}/var/log/btmp</userinput></screen>
 
   <para>The <filename>${LFS}/var/run/utmp</filename> file records the users
   that are currently logged in. The <filename>${LFS}/var/log/wtmp</filename>

Modified: branches/cross-lfs/BOOK/chroot/common/pwdgroup.xml
===================================================================
--- branches/cross-lfs/BOOK/chroot/common/pwdgroup.xml  2005-10-13 15:23:07 UTC 
(rev 6999)
+++ branches/cross-lfs/BOOK/chroot/common/pwdgroup.xml  2005-10-13 15:23:18 UTC 
(rev 7000)
@@ -118,7 +118,8 @@
 
 <screen><userinput>touch /var/run/utmp /var/log/{btmp,lastlog,wtmp}
 chgrp utmp /var/run/utmp /var/log/lastlog
-chmod 664 /var/run/utmp /var/log/lastlog</userinput></screen>
+chmod 664 /var/run/utmp /var/log/lastlog
+chmod 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> file records

Modified: branches/cross-lfs/BOOK/introduction/common/changelog.xml
===================================================================
--- branches/cross-lfs/BOOK/introduction/common/changelog.xml   2005-10-13 
15:23:07 UTC (rev 6999)
+++ branches/cross-lfs/BOOK/introduction/common/changelog.xml   2005-10-13 
15:23:18 UTC (rev 7000)
@@ -39,6 +39,15 @@
 -->
 
    <listitem>
+      <para>October 13, 2005</para>
+      <itemizedlist>
+       <listitem>
+          <para>[jim] - Changed permissions on btmp to current 
standards.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+   <listitem>
       <para>October 12, 2005</para>
       <itemizedlist>
        <listitem>

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to