launcher
launcher copied to clipboard
Osquery launcher, autoupdater, and packager
Polls for owner of `/dev/console` and creates a systray process for the owning user if none exists. Only the user who currently owns the console gets the systray rendered. currently...
## What is being requested? The `remotectl` binary available on macOS can be utilized to gather additional host information and as a fallback when other datasources do not populate. Invoking...
## What is being requested? A new table called `apple_silicon_security_policy` Apple Silicon (M1 et al) chips discontinue the usage of various EFI/Startup Security options that were formerly available on Intel-based...
 ## What is being requested? Crowdstrike Falcon installs a binary called `falconctl` which can be used to control, configure and debug the Crowdstrike agent. Several individuals have requested a...
I'm on [NixOS](https://nixos.org), which doesn't really put binaries in `/bin`: ```shell $ ls /bin/ sh $ ``` Additionally, there's no `/sbin`. This is causing all sorts of problems, since the...
Firefox stores its preferences in a `prefs.js` file. Despite the name, this is not javascript. It would be nice to be able to parse these. Some info: * https://blog.mozilla.org/nnethercote/2018/03/09/a-new-preferences-parser-for-firefox/ *...
I've seen the occasional debug log that has osquery failing to start and dumping errors like: ``` {"caller":"rocksdb.cpp:149","component":"osquery","level":"info","msg":"I0623 14:42:31.630718 24216 rocksdb.cpp:149] Rocksdb open failed (5:9) IO error: No such file...
This appears to be hard coded. Would perhaps make sense to use provided mirror URL or similar? https://github.com/kolide/launcher/blob/master/pkg/packaging/fetch.go#L49
During WWDC22 Apple [announced](https://developer.apple.com/videos/play/wwdc2022/10109) that there's a new [rest API for notarization](https://developer.apple.com/documentation/notaryapi). This is exciting, and it will let is replace the shell exec in [applenotarization.go](https://github.com/kolide/launcher/blob/eb7667d4b2a24c8cb497855331492876466e4204/pkg/packagekit/applenotarization/applenotarization.go) with something nicer. Not...
Hello ! We are testing Kolide and want to use it in our company. But we are having problem with installation. Installing kolide agent (personal device mode) on OS-x (monterey...