kernel: Document Yama implications in release notes
This commit is contained in:
parent
f0602d2d36
commit
dfb7ea6fd1
|
@ -43,6 +43,15 @@ following incompatible changes:</para>
|
||||||
<literal>radicale</literal>.
|
<literal>radicale</literal>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
The Yama LSM is now enabled by default in the kernel,
|
||||||
|
which prevents ptracing non-child processes.
|
||||||
|
This means you will not be able to attach gdb to an existing process,
|
||||||
|
but will need to start that process from gdb (so it is a child).
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue