]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: add enosys to ReleaseNotes
authorKarel Zak <kzak@redhat.com>
Wed, 31 Jan 2024 12:50:17 +0000 (13:50 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 31 Jan 2024 12:50:17 +0000 (13:50 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/releases/v2.40-ReleaseNotes

index d9e372488c0c63d99c3a635e837888ec4ec0258c..6726aaee7fc279e2cb14c17ee561845a00ef1b5a 100644 (file)
@@ -46,6 +46,9 @@ libsmartcols:
 * A new command, lsclocks, is introduced to display system clocks (realtime,
   monotonic, boottime, etc.).
 
+* A new small command, enosys, is introduced to make syscalls fail with ENOSYS.
+  The command is based on prctl( SECCOMP_MODE_FILTER ).
+
 * login(1) now supports systemd service credentials. 'login.noauth' is now
   supported.