mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-01-07 22:09:31 +00:00
6 lines
109 B
MySQL
6 lines
109 B
MySQL
|
-- Return the list of SELinux events
|
||
|
--
|
||
|
-- tags: postmortem
|
||
|
-- platform: linux
|
||
|
SELECT * FROM selinux_events;
|