From 576d4da11c1ffae20e87c19463666f0e196fdd05 Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Thu, 27 Oct 2022 20:06:33 -0500 Subject: [PATCH] Table: Update alf.yml (#8326) * Update alf.yml * Update alf.yml Co-authored-by: Guillaume Ross --- schema/tables/alf.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schema/tables/alf.yml b/schema/tables/alf.yml index 4a610c3c52..a7bae37b7a 100644 --- a/schema/tables/alf.yml +++ b/schema/tables/alf.yml @@ -1,4 +1,5 @@ name: alf +description: Details about the status of the built-in firewall protection on this Mac. examples: >- See the state of the Application Layer Firewall on a Mac. A result of 0 means it is disabled, 1 means it is enabled, and 2 means it is enabled and blocking @@ -10,3 +11,5 @@ examples: >- SELECT global_state FROM alf; ``` +notes: >- + - This table provides information about the built-in firewall in macOS, also known as [Application Layer Firewall (ALF)](https://support.apple.com/guide/mac-help/block-connections-to-your-mac-with-a-firewall-mh34041/mac)