]> Git Repo - linux.git/commit - fs/exec.c
core_pattern: allow passing of arguments to user mode helper when core_pattern is...
authorNeil Horman <[email protected]>
Wed, 17 Oct 2007 06:26:35 +0000 (23:26 -0700)
committerLinus Torvalds <[email protected]>
Wed, 17 Oct 2007 15:42:50 +0000 (08:42 -0700)
commit74aadce986052f20088c2678f589ea0e8d3a4b59
treee250181221f29e45e0b9d1e4175f569a66e639c4
parent7dc0b22e3c54f1f4730354fef84a20f5944f6c5e
core_pattern: allow passing of arguments to user mode helper when core_pattern is a pipe

A rewrite of my previous post for this enhancement.  It uses jeremy's
split_argv/free_argv library functions to translate core_pattern into an argv
array to be passed to the user mode helper process.  It also adds a
translation to format_corename such that the origional value of RLIMIT_CORE
can be passed to userspace as an argument.

Signed-off-by: Neil Horman <[email protected]>
Cc: <[email protected]>
Cc: <[email protected]>
Cc: Jeremy Fitzhardinge <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/exec.c
This page took 0.067042 seconds and 4 git commands to generate.