From 995cf025af87b5d54bd3f532a35216962b6404e8 Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Wed, 19 Oct 2022 09:32:20 -0500 Subject: [PATCH] Update alf_exceptions.yml (#8327) --- schema/tables/alf_exceptions.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schema/tables/alf_exceptions.yml b/schema/tables/alf_exceptions.yml index bda45c54b5..a87d151187 100644 --- a/schema/tables/alf_exceptions.yml +++ b/schema/tables/alf_exceptions.yml @@ -1,4 +1,5 @@ name: alf_exceptions +description: The exceptions configured for the [built-in firewall protection](https://fleetdm.com/tables/alf) on this Mac. examples: >- List applications that are able to receive inbound connections across the firewall. This is useful when looking to see if vulnerable software is exposed @@ -9,3 +10,6 @@ examples: >- SELECT * FROM alf_exceptions; ``` +columns: + - name: state + description: Firewall [exception state](https://krypted.com/mac-security/command-line-alf-on-mac-os-x/)