rust-vmm / seccompiler

Provides easy-to-use Linux seccomp-bpf jailing.
https://crates.io/crates/seccompiler
Apache License 2.0
70 stars 10 forks source link

json_format.md uses negative errno #47

Open cgzones opened 1 year ago

cgzones commented 1 year ago

The errno value in the mismatch_action needs to be positive:

JsonFrontend(SerdeJson(Error("invalid value: integer `-1`, expected u32", line: 5, column: 0)))