Skip to content

Commit

Permalink
GitBook: [#3061] No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
carlospolop authored and gitbook-bot committed Mar 17, 2022
1 parent 40904cd commit 0f6132d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,10 @@ cat /proc/635813/fd/4
You can also **kill processes and cause a DoS**.
{% hint style="warning" %}
If you somehow has privileged **access over a process outside of the container**, you could run something like `nsenter --target <pid> --all` or `nsenter --target <pid> --mount --net --pid --cgroup` to **run a shell with the same ns restrictions** (hopefully none) **as that process.**
{% endhint %}
### hostNetwork
```
Expand Down

0 comments on commit 0f6132d

Please sign in to comment.