How can i build a package with kolide launcher wit...
# kolide
e
How can i build a package with kolide launcher with extensions?
s
The
package-builder
tool does not support that. You could build your own packages, as you would for any other platform
e
But what about osquery flags ? Maybe i can pass the extensions.load and copypaste the binaries in the host ?
s
Yes. You can do something like that.
You asked about packaging. And the package-builder that launcher distributes does not have hooks for adding this; So it’s all post-install management.
e
Yes, i had some problems with flags not being overrided, like extensions_autoload
s
I don’t remember how all the flags should work. But if you have a test environment, that’d be something to debug.
I would not recommend trying to overload
extensions_autoload
. I would instead try using
extensions_require
and seeing if those stack
e
It's an osquery flag? What parameter should i send?
s
Yes, that’s an osquery flag. Launcher will let you pass osquery flags through