mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-02-16 09:27:06 +00:00
5 lines
108 B
MySQL
5 lines
108 B
MySQL
|
-- Return the list of seccomp events
|
||
|
--
|
||
|
-- tags: postmortem
|
||
|
-- platform: linux
|
||
|
SELECT * FROM seccomp_events;
|