https://github.com/osquery/osquery logo
#kolide
Title
# kolide
e

Esteban

09/25/2020, 1:41 PM
How can i build a package with kolide launcher with extensions?
s

seph

09/25/2020, 2:15 PM
The
package-builder
tool does not support that. You could build your own packages, as you would for any other platform
e

Esteban

09/25/2020, 2:28 PM
But what about osquery flags ? Maybe i can pass the extensions.load and copypaste the binaries in the host ?
s

seph

09/25/2020, 5:17 PM
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

Esteban

09/25/2020, 5:20 PM
Yes, i had some problems with flags not being overrided, like extensions_autoload
s

seph

09/25/2020, 5:21 PM
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

Esteban

09/25/2020, 6:04 PM
It's an osquery flag? What parameter should i send?
s

seph

09/25/2020, 9:02 PM
Yes, that’s an osquery flag. Launcher will let you pass osquery flags through
4 Views