osFirewall property

String? osFirewall
getter/setter pair

The state of the OS level firewall.

On ChromeOS, the value will always be ENABLED on regular devices and UNKNOWN on devices in developer mode. Possible string values are:

  • "OS_FIREWALL_UNSPECIFIED" : Unspecified.
  • "OS_FIREWALL_UNKNOWN" : Chrome could not evaluate the OS firewall state.
  • "OS_FIREWALL_DISABLED" : The OS firewall is disabled.
  • "OS_FIREWALL_ENABLED" : The OS firewall is enabled.

Implementation

core.String? osFirewall;