/proc is owned by user 'lfs'
Reported by: |
gerard@… |
Owned by: |
gerard@… |
Priority:
|
normal
|
Milestone:
|
|
Component:
|
Book
|
Version:
|
CVS
|
Severity:
|
normal
|
Keywords:
|
|
Cc:
|
|
|
|
When you boot a regular LFS system, /proc will be owned by root as expected, but
when you unmount /proc and look at the permissions you'll see the userid that
matched the 'lfs' user from the host distribution. Let's fix this.
Change History
(4)
Owner: |
changed from lfs-book@… to gerard@…
|
Status: |
new → assigned
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
My solution: before mounting proc in chapter 5, chown root.root it first. It's that, or install a static mount/umount to do it in chapter 6, or wait for the end of chapter 6 to do it there when util-linux is installed. Both ugly.