Commit 4b78030b authored by Olivier Brunel's avatar Olivier Brunel Committed by David S. Miller
Browse files

net: bpfilter: Set user mode helper's command line

parent 876dcf2f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);