mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02: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:
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::
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user