net: bpfilter: Set user mode helper's command line
Signed-off-by: Olivier Brunel <jjk@jjacky.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
876dcf2f3a
commit
4b78030b8f
|
@ -92,6 +92,7 @@ static int __init load_umh(void)
|
|||
int err;
|
||||
|
||||
/* fork usermode process */
|
||||
info.cmdline = "bpfilter_umh";
|
||||
err = fork_usermode_blob(&bpfilter_umh_start,
|
||||
&bpfilter_umh_end - &bpfilter_umh_start,
|
||||
&info);
|
||||
|
|
Loading…
Reference in New Issue