Skip to content

Commit

Permalink
Revert "dev guide, networking: no capabilities are required"
Browse files Browse the repository at this point in the history
This reverts commit 6d2b097.

Signed-off-by: Alona Kaplan <[email protected]>
  • Loading branch information
AlonaKaplan committed Dec 10, 2020
1 parent ce88893 commit 155e66e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/devel/networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ the following operations, in this order:
### Unprivileged VMI networking configuration
The virt-launcher is an untrusted component of KubeVirt (since it wraps the
libvirt process that will run third party workloads). As a result, it must be
run with as little privileges as required.
run with as little privileges as required. As of now, the only capabilities
required by virt-launcher to configure networking is the `CAP_NET_ADMIN` and
the `CAP_NET_RAW` capabilites.

In this second phase, virt-launcher also has to select the correct
`BindMechanism`, and afterwards will uses it to retrieve the configuration
Expand Down

0 comments on commit 155e66e

Please sign in to comment.