Opened 23 years ago

Closed 23 years ago

Last modified 23 years ago

#75 closed defect (fixed)

ownership of /usr/include/{asm, linux}

Reported by: highos@… Owned by: gerard@…
Priority: low Milestone:
Component: Book Version: 3.0-pre3
Severity: critical Keywords:
Cc:

Description

The kernel, when packaged, is never owned by root:root, and i'm assuming, is the same UID/GID that Linus is, hence, when we just copy the files over, and keep the ownership, the files are not owned by root, which is a big no-no, in my book, anyways.. after the copy of files to /usr/include, a 'chown root:root /usr/include{asm|linux} -R' or something along those lines, should be run.

Attachments (2)

kernel-inst.diff (1.1 KB ) - added by markh@… 23 years ago.
Change to chapter5/kernel-inst.xml to give ownership of /usr/include/linux and asm to 0:0
kernel-exp.diff (925 bytes ) - added by markh@… 23 years ago.
Change to chapter5/kernel-exp.xml to give explanation of ownership change of /usr/include/linux and asm to 0:0

Download all attachments as: .zip

Change History (4)

by markh@…, 23 years ago

Attachment: kernel-inst.diff added

Change to chapter5/kernel-inst.xml to give ownership of /usr/include/linux and asm to 0:0

by markh@…, 23 years ago

Attachment: kernel-exp.diff added

Change to chapter5/kernel-exp.xml to give explanation of ownership change of /usr/include/linux and asm to 0:0

comment:1 by gerard@…, 23 years ago

Owner: changed from lfs-book@… to gerard@…
Status: newassigned

comment:2 by gerard@…, 23 years ago

Resolution: fixed
Status: assignedclosed

Book updated

Note: See TracTickets for help on using tickets.