Skip to content

implement std::error::Error trait

German Maglione requested to merge ghm-virtio-fs/virtiofsd:fix-impl-error into main

The seccomp and sandbox modules declare a custom error enum, they should implement the std:error:Error trait.

Merge request reports