mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Update alf_exceptions.yml (#8327)
This commit is contained in:
parent
bcd9de0bde
commit
995cf025af
1 changed files with 4 additions and 0 deletions
|
|
@ -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/)
|
||||
|
|
|
|||
Loading…
Reference in a new issue