8 lines
128 B
MySQL
8 lines
128 B
MySQL
|
-- Retrieves the exceptions for the Application Layer Firewall in OSX.
|
||
|
--
|
||
|
-- tags: postmortem
|
||
|
SELECT
|
||
|
*
|
||
|
FROM
|
||
|
alf_exceptions;
|