diff options
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> |