mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-02-19 19:26:55 +00:00
6 lines
109 B
SQL
6 lines
109 B
SQL
-- Return the list of sysctl values
|
|
--
|
|
-- tags: postmortem
|
|
-- platform: posix
|
|
SELECT * FROM system_controls;
|