8 lines
113 B
MySQL
8 lines
113 B
MySQL
|
-- Retrieves disk image (DMG) events
|
||
|
--
|
||
|
-- tags: postmortem
|
||
|
-- platform: darwin
|
||
|
SELECT
|
||
|
*
|
||
|
FROM
|
||
|
authorizations;
|