|
@@ -261,6 +261,16 @@ config POSIX_MQUEUE_SYSCTL
|
|
|
depends on SYSCTL
|
|
depends on SYSCTL
|
|
|
default y
|
|
default y
|
|
|
|
|
|
|
|
|
|
+config CROSS_MEMORY_ATTACH
|
|
|
|
|
+ bool "Enable process_vm_readv/writev syscalls"
|
|
|
|
|
+ depends on MMU
|
|
|
|
|
+ default y
|
|
|
|
|
+ help
|
|
|
|
|
+ Enabling this option adds the system calls process_vm_readv and
|
|
|
|
|
+ process_vm_writev which allow a process with the correct privileges
|
|
|
|
|
+ to directly read from or write to to another process's address space.
|
|
|
|
|
+ See the man page for more details.
|
|
|
|
|
+
|
|
|
config FHANDLE
|
|
config FHANDLE
|
|
|
bool "open by fhandle syscalls"
|
|
bool "open by fhandle syscalls"
|
|
|
select EXPORTFS
|
|
select EXPORTFS
|