osquery-defense-kit/incident_response/selinux_events.sql

9 lines
113 B
MySQL
Raw Normal View History

2023-02-23 14:35:38 +00:00
-- Return the list of SELinux events
--
-- tags: postmortem
-- platform: linux
2023-05-08 17:20:47 +00:00
SELECT
*
FROM
selinux_events;