mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
docs: fix typo in user_mode_linux_howto_v2.rst
Replace "privilges" with "privileges" Signed-off-by: Sakurai Shun <ssh1326@icloud.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20260517022456.5895-1-ssh1326@icloud.com>
This commit is contained in:
committed by
Jonathan Corbet
parent
8a61b8a71e
commit
f69322f8f8
@@ -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::
|
||||
|
||||
Reference in New Issue
Block a user