From: Karel Zak Date: Wed, 31 Jan 2024 12:50:17 +0000 (+0100) Subject: docs: add enosys to ReleaseNotes X-Git-Tag: v2.41-devel~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=854a675e8801a559c2ef7cb2efd4e906d377cf0a;p=thirdparty%2Futil-linux.git docs: add enosys to ReleaseNotes Signed-off-by: Karel Zak --- diff --git a/Documentation/releases/v2.40-ReleaseNotes b/Documentation/releases/v2.40-ReleaseNotes index d9e372488c..6726aaee7f 100644 --- a/Documentation/releases/v2.40-ReleaseNotes +++ b/Documentation/releases/v2.40-ReleaseNotes @@ -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.