1. Home
  2. Security Hardening
  3. CIS VMware ESXi 5.1 V1.0.1 L1
  4. Verify no unauthorized kernel modules are loaded on the host

Verify no unauthorized kernel modules are loaded on the host

Details

http://kb.vmware.com/kb/2042473

Solution

To implement the recommended configuration state, run the following PowerCLI
command-# To disable a module-
$ESXCli = Get-EsxCli -VMHost MyHost
$ESXCli.system.module.set($false, $false, ‘MyModuleName’)
Note- evacuate VMs and place the host into maintenance mode before disabling kernel
modules.

Supportive Information

The following resource is also helpful.

This control applies to the following type of system VMware.

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles