alf === OS X application layer firewall (ALF) service details. Platform support ---------------- Please be aware that some queries can only be run against certain platforms. Below is a list of the supported platforms that this query supports. Zercurity will automatically pause queries from running if errors are detected. **Running a query against an unsupported platform will result in the following error:** ``no such table: alf`` - Mac OSX Table schema ------------ ==================== ======= ========================================= Name Type Description ==================== ======= ========================================= allow_signed_enabled INTEGER 1 If allow signed mode is enabled else 0 firewall_unload INTEGER 1 If firewall unloading enabled else 0 global_state INTEGER 1 If the firewall start by default else 0 logging_enabled INTEGER 1 If logging mode is enabled else 0 logging_option INTEGER Firewall logging option stealth_enabled INTEGER 1 If stealth mode is enabled else 0 version TEXT Application Layer Firewall version ==================== ======= ========================================= Query examples -------------- Select all the results for the given table. .. code-block:: sql SELECT * FROM alf;