about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorJeff Huffman <tejing@tejing.com>2023-11-23 22:03:03 -0500
committerJeff Huffman <tejing@tejing.com>2023-12-11 05:47:23 -0500
commit0863f6d2da0be5e8d7e3fb316ef58cdfe145220b (patch)
tree09fe96fd9a802a04de7bc4cdc44573838bc4cab3 /nixos/doc
parentbf6f0d3cf4e1ed8c146b4e028b80be26383f5036 (diff)
downloadnixlib-0863f6d2da0be5e8d7e3fb316ef58cdfe145220b.tar
nixlib-0863f6d2da0be5e8d7e3fb316ef58cdfe145220b.tar.gz
nixlib-0863f6d2da0be5e8d7e3fb316ef58cdfe145220b.tar.bz2
nixlib-0863f6d2da0be5e8d7e3fb316ef58cdfe145220b.tar.lz
nixlib-0863f6d2da0be5e8d7e3fb316ef58cdfe145220b.tar.xz
nixlib-0863f6d2da0be5e8d7e3fb316ef58cdfe145220b.tar.zst
nixlib-0863f6d2da0be5e8d7e3fb316ef58cdfe145220b.zip
nixos/stub-ld: init module
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index bfd4bcee63d3..cf55994d1c1f 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -10,6 +10,10 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - `screen`'s module has been cleaned, and will now require you to set `programs.screen.enable` in order to populate `screenrc` and add the program to the environment.
 
+- NixOS now installs a stub ELF loader that prints an informative error message when users attempt to run binaries not made for NixOS.
+   - This can be disabled through the `environment.stub-ld.enable` option.
+   - If you use `programs.nix-ld.enable`, no changes are needed. The stub will be disabled automatically.
+
 ## New Services {#sec-release-24.05-new-services}
 
 <!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->