···1616echo 'exec /sbin/modprobe "$@"' >> /tmp/modprobe1717chmod a+x /tmp/modprobe1818echo /tmp/modprobe > /proc/sys/kernel/modprobe1919+2020+Note that the above applies only when the *kernel* is requesting2121+that the module be loaded -- it won't have any effect if that module2222+is being loaded explicitly using "modprobe" from userspace.