Skip to content
Commit 38b983b3 authored by Al Viro's avatar Al Viro
Browse files

generic sys_execve()



Selected by __ARCH_WANT_SYS_EXECVE in unistd.h.  Requires
	* working current_pt_regs()
	* *NOT* doing a syscall-in-kernel kind of kernel_execve()
implementation.  Using generic kernel_execve() is fine.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 282124d1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment