diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:00:09 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:03 -0400 |
commit | 40553bb736a8e061bd9660b4617852f270b54045 (patch) | |
tree | a791241f01bc8cfd9ef9c52463d02b0ed9fe3e56 /system/bubblewrap | |
parent | 80646adbe1c420b63bba5e6ace46619c997cf00c (diff) |
system/bubblewrap: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/bubblewrap')
-rw-r--r-- | system/bubblewrap/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/system/bubblewrap/README b/system/bubblewrap/README index 279bc9034d17d..7ec2871653ca8 100644 --- a/system/bubblewrap/README +++ b/system/bubblewrap/README @@ -1,8 +1,9 @@ Bubblewrap -Many container runtime tools like systemd-nspawn, docker, etc. focus on -providing infrastructure for system administrators and orchestration tools -(e.g. Kubernetes) to run containers. +Many container runtime tools like systemd-nspawn, docker, +etc. focus on providing infrastructure for system administrators and +orchestration tools (e.g. Kubernetes) to run containers. -These tools are not suitable to give to unprivileged users, because it is -trivial to turn such access into to a fully privileged root shell on the host. +These tools are not suitable to give to unprivileged users, because it +is trivial to turn such access into to a fully privileged root shell +on the host. |