ExecInstalledOnly has been disabled. This allows the execution of non-installed binaries on the host. Unknown content can cause malware attacks similar to Ransomware.
[root@esxi:~] esxcli system settings advanced list -o /User/execInstalledOnly Path: /User/ExecInstalledOnly Type: integer Int Value: 0 Default Int Value: 1 Min Value: 0 Max Value: 1 String Value: Default String Value: Valid Characters: Description: Runtime option to disable/enable execInstalledOnly. The runtime option is only checked if the related execInstalledOnly kernel option is disabled. Host Specific: false Impact: none
VMware vSphere Esxi 8.x
esxcli system settings advanced set -o /User/execInstalledOnly -i 1
[root@esxi:~] esxcli system settings advanced list -o /User/execInstalledOnly Path: /User/ExecInstalledOnly Type: integer Int Value: 1 Default Int Value: 1 Min Value: 0 Max Value: 1 String Value: Default String Value: Valid Characters: Description: Runtime option to disable/enable execInstalledOnly. The runtime option is only checked if the related execInstalledOnly kernel option is disabled. Host Specific: false Impact: none
The host typically doesn't need a reboot because these changes usually involve runtime configurations that apply instantly.
After applying Hitachi SPH, ExecInstalledOnly is disabled.