#299 closed defect (fixed)
/proc is owned by user 'lfs'
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Book | Version: | CVS |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
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)
comment:1 by , 23 years ago
comment:2 by , 23 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 23 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
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.