Skip to content

Commit

Permalink
Merge pull request containers#125 from dmartin/linuxsyscall-rename
Browse files Browse the repository at this point in the history
Add missing rename attribute to LinuxSyscall (fixes `clone3` problems)
  • Loading branch information
utam0k authored Mar 9, 2023
2 parents 65ad456 + 1595d7a commit bed58f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/linux.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1141,6 +1141,7 @@ impl Default for LinuxSeccompOperator {
PartialEq,
Serialize,
)]
#[serde(rename_all = "camelCase")]
#[builder(
default,
pattern = "owned",
Expand Down

0 comments on commit bed58f0

Please sign in to comment.