mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-01-06 05:19:30 +00:00
6 lines
109 B
SQL
6 lines
109 B
SQL
-- Return the list of SELinux events
|
|
--
|
|
-- tags: postmortem
|
|
-- platform: linux
|
|
SELECT * FROM selinux_events;
|