QuarkContainer / Quark

A secure container runtime with CRI/OCI interface
Apache License 2.0
324 stars 49 forks source link

aarch64: sys_uname #1325

Closed chl337 closed 4 months ago

chl337 commented 4 months ago

The implementation of _sysuname uses hard-coded values which lead to command uname to return wrong information on arm machines. The error is not critical, and I think easy to fix. I will provide a patch later.