mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 08:28:52 +00:00
Table: Update alf.yml (#8326)
* Update alf.yml * Update alf.yml Co-authored-by: Guillaume Ross <guillaume@fleetdm.com>
This commit is contained in:
parent
55547c3d1a
commit
576d4da11c
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue