MinimSecure / unum-sdk

Unum agent source code, tools, and documentation
https://www.minim.co
Apache License 2.0
30 stars 15 forks source link

Implement config handling (send/receive) #30

Closed tyler-sommer closed 5 years ago

tyler-sommer commented 5 years ago

Ref #29

The plan is to actually define a new "hardware kind" for OpenWrt-based configurations that leverages UCI directly. The existing linux_generic hardware kind will get a simple key value format, lines delimited by newlines, key=val format.

For each supported linux_generic platform, additional integration that actually applies the necessary system changes when requested will be required. Initially, we'll stick to the current Debian flavoring and have a systemd integration for the unum-aio package. Additional thought needs to be placed into how this affects the "manual" commands in minim-config (used in the Docker install).

tyler-sommer commented 5 years ago

Landed in #36 :+1: