You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add binary_path option to osquery connection schema
The osquery Python SDK's SpawnInstance() hardcodes /usr/bin/osqueryd,
so portable installs (e.g. ~/.local/bin/osqueryd) fail to connect.
Accept a binary_path option and pass it through to SpawnInstance(path=...)
when set; the field is surfaced in the connection schema for spawn mode.
0 commit comments