mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-02-05 12:11:29 +00:00
9 lines
113 B
SQL
9 lines
113 B
SQL
-- Return the list of sysctl values
|
|
--
|
|
-- tags: postmortem
|
|
-- platform: posix
|
|
SELECT
|
|
*
|
|
FROM
|
|
system_controls;
|