Skip to content

Commit

Permalink
images: save process pid which opens pidfd
Browse files Browse the repository at this point in the history
We use this pid while restoring pidfds that point to dead processes.

Signed-off-by: Bhavik Sachdev <[email protected]>
  • Loading branch information
bsach64 committed Oct 28, 2024
1 parent dfb56ee commit 1b33428
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/pidfd.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ message pidfd_entry {
required uint32 flags = 3;
required int32 nspid = 4;
required fown_entry fown = 5;
required uint32 pidfd_owner = 6;
}

0 comments on commit 1b33428

Please sign in to comment.