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