osquery-defense-kit/incident_response/selinux_events.sql

9 lines
120 B
SQL

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