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:
|
|
|
|
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.
Change to chapter5/kernel-inst.xml to give ownership of /usr/include/linux and asm to 0:0