Changeset 6bfe833 for BOOK/chroot/common/changingowner.xml
- Timestamp:
- Feb 22, 2006, 11:24:55 PM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 6c4e93e
- Parents:
- 393afdb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/chroot/common/changingowner.xml
r393afdb r6bfe833 11 11 <title>Changing Ownership</title> 12 12 13 <para >Currently, the <filename class="directory">/tools</filename>13 <para os="a">Currently, the <filename class="directory">/tools</filename> 14 14 and <filename class="directory">/cross-tools</filename> directories 15 15 are owned by the user <emphasis>lfs</emphasis>, a user that … … 26 26 thus exposing these files to possible malicious manipulation.</para> 27 27 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 29 href="../../boot/common/changingowner.xml" 30 xpointer="xpointer(//*[@os='c'])"/> 28 <para os="b">To avoid this issue, add the <systemitem 29 class="username">lfs</systemitem> user to the new LFS system later when 30 creating the <filename>/etc/passwd</filename> file, taking care to assign 31 it the same user and group IDs as on the host system. Alternatively, 32 assign the contents of the <filename class="directory">/tools</filename> 33 and <filename class="directory">/cross-tools</filename> directories to 34 user <systemitem class="username">root</systemitem> by running the 35 following commands:</para> 31 36 32 <screen ><userinput>chown -Rv 0:0 /tools37 <screen os="c"><userinput>chown -Rv 0:0 /tools 33 38 chown -Rv 0:0 /cross-tools</userinput></screen> 34 39 35 <para >The commands use <parameter>0:0</parameter> instead of40 <para os="d">The commands use <parameter>0:0</parameter> instead of 36 41 <parameter>root:root</parameter>, because <command>chown</command> 37 42 is unable to resolve the name <quote>root</quote> until the
Note:
See TracChangeset
for help on using the changeset viewer.