summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorChristian Brauner <brauner@kernel.org>2025-04-15 10:27:50 +0200
committerChristian Brauner <brauner@kernel.org>2025-04-21 10:27:59 +0200
commit79beea2db0431536d79fc5d321225fb42f955466 (patch)
tree980efada036fa2da8f5180397ba57f915ab71b9f /init
parentd1f482108a2cff2b9c6ebebc40b157aaeb8213b3 (diff)
downloadlinux-79beea2db0431536d79fc5d321225fb42f955466.tar.gz
linux-79beea2db0431536d79fc5d321225fb42f955466.tar.bz2
linux-79beea2db0431536d79fc5d321225fb42f955466.zip
fs: remove uselib() system call
This system call has been deprecated for quite a while now. Let's try and remove it from the kernel completely. Link: https://lore.kernel.org/20250415-kanufahren-besten-02ac00e6becd@brauner Acked-by: Kees Cook <kees@kernel.org> Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/init/Kconfig b/init/Kconfig
index dd2ea3b9a799..0940fbf024f0 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -479,16 +479,6 @@ config CROSS_MEMORY_ATTACH
to directly read from or write to another process' address space.
See the man page for more details.
-config USELIB
- bool "uselib syscall (for libc5 and earlier)"
- default ALPHA || M68K || SPARC
- help
- This option enables the uselib syscall, a system call used in the
- dynamic linker from libc5 and earlier. glibc does not use this
- system call. If you intend to run programs built on libc5 or
- earlier, you may need to enable this syscall. Current systems
- running glibc can safely disable this.
-
config AUDIT
bool "Auditing support"
depends on NET