diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/kernel.xml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 239c3dcbc..5d19e805a 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -74,6 +74,7 @@ work correctly or boot at all:</para> <screen role="nodump">General setup ---> + [*] open by fhandle syscalls [*] Control Group support Processor type and features ---> [*] Enable seccomp to safely compute untrusted bytecode @@ -204,12 +205,14 @@ cp -r Documentation/* /usr/share/doc/linux-&linux-version;</userinput></screen> </warning> <warning> - <para>The headers in the system's - <filename class="directory">include</filename> directory should + <para>The headers in the system's <filename + class="directory">include</filename> directory (<filename + class="directory">/usr/include</filename>) should <emphasis>always</emphasis> be the ones against which Glibc was compiled, - that is, the sanitised headers from this Linux kernel tarball. - Therefore, they should <emphasis>never</emphasis> be replaced by either - the raw kernel headers or any other kernel sanitized headers.</para> + that is, the sanitised headers installed in <xref + linkend="ch-system-linux-headers"/>. Therefore, they should + <emphasis>never</emphasis> be replaced by either the raw kernel headers + or any other kernel sanitized headers.</para> </warning> </sect2> |