Opened 3 years ago
Closed 3 years ago
#5018 closed defect (fixed)
/sources is owned by an UID without username on a fresh LFS system
Reported by: | Xi Ruoyao | Owned by: | lfs-book |
---|---|---|---|
Priority: | normal | Milestone: | 11.2 |
Component: | Book | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description
In chapter 4.3 we have chown -v lfs $LFS/sources
, but we never chown it back to root.
I think we can just remove this chown
command: $LFS/sources
is 1777, so lfs
user should be able to untar and build packages in it without the chown
.
Note:
See TracTickets
for help on using tickets.
Fixed @ 8a572f0.