kernel_module_not_loaded
Ensure that a given kernel module is not loaded on the system.
⚙️ Compatible targets: Linux
Parameters
Name | Documentation |
---|---|
name | Complete name of the kernel module, as seen by lsmod or listed in /proc/modules. This parameter is required. |
Example
method: kernel_module_not_loaded
params:
name: VALUE
Documentation
Ensure that a given kernel module is not loaded on the system. If the module is loaded, it will try to unload it using modprobe.