PLUS-POSTECH / soma

Cross-platform CTF problem container manager
Apache License 2.0
24 stars 3 forks source link

Empty executable / readonly is not supported in Binary config #119

Open Qwaz opened 5 years ago

Qwaz commented 5 years ago
name = "a"

[binary]
os = "ubuntu:16.04"
cmd = "./a"

This should be a valid soma.toml but currently rejected by the program with the following error.

missing field executable for key binary