OSInside / flake-pilot

Registration/Control utility for applications launched through a runtime-engine, e.g containers
MIT License
2 stars 0 forks source link

Improve commandline option handling #37

Open schaefi opened 9 months ago

schaefi commented 9 months ago

Description

For the firecracker pilot we need to transfer the commandline into the VM. This is done by passing the commandline via the kernel cmdline and parsing it as a Unix command. On the way through the calling shell, the kernel cmdline and the parsing in rust there are several pitfalls for lost quotation.

Let's find a way to make this more robust

Acceptance Criteria