hello! Does anyone know if the flag `--config_path...
# macos
r
hello! Does anyone know if the flag
--config_path
is always expecting an actual file? I was thinking on something like
Copy code
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!!
f
im almost positive it is needs to be a real file, in this example could you share what your result from atc_table is looking like?