https://github.com/osquery/osquery logo
j

jjerger

06/05/2020, 12:17 AM
Is there a new way to use the interactive shell in osquery? I noticed it now creates osqueryi as a symlink to osqueryd which can't be run as a user due to the safe permissions requirement
Oops, found this in the docs as I asked it. facepalm
z

zwass

06/05/2020, 12:30 AM
Nice.
osqueryd -S
always works, as does renaming or symlinking the binary to
osqueryi
.
8 Views