When installing through the msi, there was osquery...
# general
u
When installing through the msi, there was osqueryd and osqueri available to run however when I build it, I cant run the service or find them
z
When you build it you will find those in
.\osquery\RelWithDebInfo\osqueryd.exe
u
Thank you for your reply, I tried running it however I got this:
G:\osquery\build\osquery\RelWithDebInfo>.\osqueryd.exe E0921 162119.682631 33404 shutdown.cpp:69] [Ref #1382] osqueryd has unsafe permissions: G:\osquery\build\osquery\RelWithDebInfo\osqueryd.exe
Is it some permission error?
z
Yeah, you can look at how the permissions are set up in the MSI installer to see what "safe" permissions look like. If you just want to get it to run during development you can add the
--allow_unsafe
flag.
u
Thank you, I made it work 🙂