Skip to content

Enable Only Approved Plugins

An XCCDF Rule

Description

An organization might need to use an internal or third party developed plugins. Any organizationally approved plugin should be enabled. To enable approved plugins, set EnabledPlugins to the list of organizationally approved plugins in the Chromium policy file.

Rationale

The whitelist should only contain organizationally approved plugins. This is to prevent a user from accidently whitelisitng a malicious plugin.

ID
xccdf_org.ssgproject.content_rule_chromium_enable_approved_plugins
Severity
Unknown
References
Updated



Remediation - Shell Script


var_enable_approved_plugins='<xccdf-1.2:sub xmlns:xccdf-1.2="http://checklists.nist.gov/xccdf/1.2" idref="xccdf_org.ssgproject.content_value_var_enable_approved_plugins" use="legacy"/>'


# set var to empty string if None
if [ "$var_enable_approved_plugins" = "None" ]; then