mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 14:13:58 +08:00
aab2c8ba52
The line we are parsing looks like this > flags : fpu vme de pse <...> so look for "flags" as a prefix, not substring. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>