diff options
Diffstat (limited to 'init')
| -rw-r--r-- | init/Kconfig | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/init/Kconfig b/init/Kconfig index e45cc62904b3..8114a06117e3 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -273,6 +273,16 @@ config FHANDLE  	  get renamed. Enables open_by_handle_at(2) and name_to_handle_at(2)  	  syscalls. +config USELIB +	bool "uselib syscall" +	default y +	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 | 
