seph
seph
There are cases where one does _not_ want any ntp servers. Perhaps a node is using pools, or perhaps it's only using peers. However, https://github.com/chef-cookbooks/ntp/pull/170 changed the behavior here. As...
# Feature request I recently learned of linux's `/proc/keys`, and it seems like the sort of thing we should have a table for. [keyrings.7](https://man7.org/linux/man-pages/man7/keyrings.7.html) says: > This file exposes a...
# Feature request I'm trying to find the `max` and `min` of a set data that contains nulls. This is surprisingly painful. There are workarounds, depending on the context one...
Hi! I'm running an etcd 3.3.9 cluster, in Google Kubernetes Engine, as managed by [etcd-operator](https://github.com/coreos/etcd-operator). This cluster is used solely for locking, at any time there are 5ish locks. These...
Add tables to linux for parsing `falconctl` options. Experimentally, `systags` needs to be its own thing. But it looks like it's simple enough we can use a fairly straight forward...
On windows, I noticed that `launcher interactive` does not exit when I exit osquery. It sits at a blank prompt until I control-c it.
* [x] https://github.com/kolide/launcher/issues/833 * [x] https://github.com/kolide/launcher/issues/770 * [x] https://github.com/kolide/launcher/issues/638 * [ ] https://github.com/kolide/launcher/issues/868 * [x] https://github.com/kolide/launcher/issues/1200 * [x] Autoupdate path needs to be configurable (See TUF work) * [ ]...
To better support windows, we should expand our dataflatten exec pattern to include powershell cmdlet. I suspect this will have 2 parts: 1. Handling the exec path 2. Parsing the...
Hi there, I was just playing with squirt. It's fun, thanks for making it. I noticed that long words are displayed for about the same time as short words. When...
It looks like windows tracks this, and there was an old PR (#5307) for the update. As the code was simple enough I've ported it forward. Co-authored-by: Cameron Haupt