about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorNiklas Sombert <niklas@ytvwld.de>2023-11-30 12:55:27 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2023-11-30 18:29:55 +0100
commitd3ccd1aa2fc906dd71d44b29dc9b7817c05cfa03 (patch)
tree9956e63d975b5793b0502d2470976b6fa4346e84 /nixos/doc
parent637577f1bb470621820900dcbc3ceef400d37f65 (diff)
downloadnixlib-d3ccd1aa2fc906dd71d44b29dc9b7817c05cfa03.tar
nixlib-d3ccd1aa2fc906dd71d44b29dc9b7817c05cfa03.tar.gz
nixlib-d3ccd1aa2fc906dd71d44b29dc9b7817c05cfa03.tar.bz2
nixlib-d3ccd1aa2fc906dd71d44b29dc9b7817c05cfa03.tar.lz
nixlib-d3ccd1aa2fc906dd71d44b29dc9b7817c05cfa03.tar.xz
nixlib-d3ccd1aa2fc906dd71d44b29dc9b7817c05cfa03.tar.zst
nixlib-d3ccd1aa2fc906dd71d44b29dc9b7817c05cfa03.zip
nixos/sysctl: Move changelog entry for yama
#256159 removed the default settings disabling it,
but it was not merged in time for 23.11.
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md5
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md5
2 files changed, 5 insertions, 5 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index 78e02c9d2446..fb663b7894d8 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -509,11 +509,6 @@ Make sure to also check the many updates in the [Nixpkgs library](#sec-release-2
 - Package `cloud-sql-proxy` was renamed to `google-cloud-sql-proxy` as it
   cannot be used with other cloud providers.
 
-- 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). Or you can set `boot.kernel.sysctl."kernel.yama.ptrace_scope"` to 0.
-
 - Package `pash` was removed due to being archived upstream. Use `powershell`
   as an alternative.
 
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index b6b343145d78..6c697b580838 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -30,3 +30,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 - Programs written in [Nim](https://nim-lang.org/) are built with libraries selected by lockfiles.
   The `nimPackages` and `nim2Packages` sets have been removed.
   See https://nixos.org/manual/nixpkgs/unstable#nim for more information.
+
+- 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). Or you can set `boot.kernel.sysctl."kernel.yama.ptrace_scope"` to 0.