osquery-defense-kit/incident_response/seccomp_events.sql

9 lines
120 B
SQL

-- Return the list of seccomp events
--
-- tags: postmortem events
-- platform: linux
SELECT
*
FROM
seccomp_events;