Add that veth is not required if networking is disabled.

This commit is contained in:
Ian Gudger
2019-04-02 11:36:47 -07:00
committed by Adin Scannell
parent 0d1c1d94ee
commit f419ffb46d
+1 -1
View File
@@ -138,7 +138,7 @@ We allow a sandbox to do the following.
files. The calls include duplication and closing of file descriptors,
synchronization, timers and signal management.
1. Read and write packets to a virtual ethernet device. This is not required if
host networking is enabled.
host networking is enabled (or networking is disabled).
## Principles: Defense-in-Depth