]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] keep pnpbios usermod_helper away from hotplug_path[]
authorKay Sievers <kay.sievers@suse.de>
Fri, 11 Nov 2005 03:25:06 +0000 (04:25 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 5 Jan 2006 00:18:07 +0000 (16:18 -0800)
commit5bd670c6b3cf37f212c818cd4b809e4a65caebe7
tree2f920e992b26b35924753d06765a5d525a364a5c
parentdfe85191889c2d9055824f3b4b7b2e4391338220
[PATCH] keep pnpbios usermod_helper away from hotplug_path[]

These days we use udev to manage all kernel events. /proc/sys/kernel/hotplug
will usually be disabled by an init-script. pnpnbios is not integrated with
the driver core and should stay away from the now disabled /sbin/hotplug.

Set the helper to /sbin/phpbios, even when there is probably no current
user of this faciliy. If it's needed, it should definitely get proper driver
core integration instead of forking binaries from the kernel.

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pnp/pnpbios/core.c