Rafa Bono
05/31/2024, 1:51 PM--config_path
is always expecting an actual file? I was thinking on something like
sudo /usr/local/bin/osqueryi --config_path $(echo "BASE64_ENCODED_ATC" | base64 -d) --line "SELECT * FROM atc_table;"
Should I create the file first as always or is there any other way to do it without the need of writing a file?
Thanks in advance!!FG
06/03/2024, 1:44 PM