diff options
| author | Jonathan Corbet <corbet@lwn.net> | 2026-05-25 14:42:34 -0600 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2026-05-25 14:42:34 -0600 |
| commit | d6dd61121cff3aaec3d444e2489c8cc66220c400 (patch) | |
| tree | 43b65a57528ba0e62316063ba0437c3eeb82b924 /Documentation/virt | |
| parent | 4f07ec51d453a00358f627263768a987a05cf046 (diff) | |
| parent | d7391997ea9c93137bc855fd2b55392acbb7ef63 (diff) | |
| download | lwn-d6dd61121cff3aaec3d444e2489c8cc66220c400.tar.gz lwn-d6dd61121cff3aaec3d444e2489c8cc66220c400.zip | |
Merge branch 'docs-mw' into docs-next
Diffstat (limited to 'Documentation/virt')
| -rw-r--r-- | Documentation/virt/uml/user_mode_linux_howto_v2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/virt/uml/user_mode_linux_howto_v2.rst b/Documentation/virt/uml/user_mode_linux_howto_v2.rst index c37e8e594d12..9224bea5ee9f 100644 --- a/Documentation/virt/uml/user_mode_linux_howto_v2.rst +++ b/Documentation/virt/uml/user_mode_linux_howto_v2.rst @@ -234,7 +234,7 @@ an ioctl to setup the tun interface and/or use raw sockets where needed. This can be achieved by granting the user a particular capability instead of running UML as root. In case of vector transport, a user can add the capability ``CAP_NET_ADMIN`` or ``CAP_NET_RAW`` to the uml binary. -Thenceforth, UML can be run with normal user privilges, along with +Thenceforth, UML can be run with normal user privileges, along with full networking. For example:: |
