not sure if this is the right place to ask; happy ...
# kolide
r
not sure if this is the right place to ask; happy to move it somewhere else or open an issue with more detail. Has anyone run into thrift/extensions dying when running a query that drops privileges on linux? I'm using the Go bindings which is why I'm asking here, but think it's related to https://github.com/facebook/osquery/issues/1638. Working on OSX, but my extensions die with
TSocket::read() THRIFT_POLL() Interrupted system call
every time I make a privilege-dropping query on linux. (e.g.
select  * from authorized_keys where uid in (select uid from users);
z
This seems like a better one for #plugins, though I don't think the FB core team has much bandwidth for issues like that these days.
👍 1