Skip to content

Commit

Permalink
Add pid namespace ioctl extension to translate pids between pid names…
Browse files Browse the repository at this point in the history
…paces

Signed-off-by: Christian Brauner <[email protected]>
  • Loading branch information
brauner authored and keszybz committed Jun 19, 2024
1 parent 6008841 commit ebc6d86
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,12 @@ point that out explicitly and clearly in the associated patches and Cc
**Use-Case:** Allow for a race free way to go from individual thread to
thread-group leader pidfd.

* Add a namespace ioctl to translate a PID between PID namespaces.

**Use-Case:** This makes it possible to e.g., figure out what a given PID in
a PID namespace corresponds to in the caller's PID namespace. For example, to
figure out what the PID of PID 1 inside of a given PID namespace is.

## Finished Items

* [x] ability to unmount obstructed mounts. (this means: you have a stack
Expand Down

0 comments on commit ebc6d86

Please sign in to comment.