osquery-defense-kit/incident_response/selinux_events.sql
2023-02-23 09:35:38 -05:00

6 lines
109 B
SQL

-- Return the list of SELinux events
--
-- tags: postmortem
-- platform: linux
SELECT * FROM selinux_events;