I just wanted to mention that the path to modprobe is something reversible (containers aside) if the sysadmin wants autoloading. /proc/sys/kernel/modprobe is not writable from a container.
Disabling module loading is not reversible, you need to reboot.
geofft|9 years ago
If you're root in a container, but not root on the outside system, you shouldn't be able to write to /proc/sys/kernel/modprobe, no?
sdeziel|9 years ago
Disabling module loading is not reversible, you need to reboot.
sp332|9 years ago
sdeziel|9 years ago