diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-11 03:13:43 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-11 03:13:43 +0000 |
commit | 387a32af4bff50363c15788cf25f10ed26cfabd3 (patch) | |
tree | 7874a54d1f87fdbb340547777019c59ce20c6f4a /chapter07/changingowner.xml | |
parent | bc8cca581fed74c60e201a89acb38cb2344c9b1b (diff) |
Update initial Chapter 7 pages for cross2 branch
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11918 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/changingowner.xml')
-rw-r--r-- | chapter07/changingowner.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chapter07/changingowner.xml b/chapter07/changingowner.xml index 43a902821..e376f9f6b 100644 --- a/chapter07/changingowner.xml +++ b/chapter07/changingowner.xml @@ -28,10 +28,7 @@ the files under <filename class="directory">$LFS</filename>, thus exposing these files to possible malicious manipulation.</para> - <para>To avoid this issue, you could add the <systemitem - class="username">lfs</systemitem> user to the new LFS system later when - creating the <filename>/etc/passwd</filename> file, taking care to assign it - the same user and group IDs as on the host system. Better yet, change the + <para>To address this issue, change the ownership of the <filename class="directory">$LFS/*</filename> directories to user <systemitem class="username">root</systemitem> by running the following command:</para> |