summaryrefslogtreecommitdiffstats
path: root/system/bubblewrap/README
diff options
context:
space:
mode:
author Vincent Batts2017-01-19 20:52:19 +0100
committer Willy Sudiarto Raharjo2017-01-21 01:04:33 +0100
commit09274966f0145448d7edba4859b5dd55a9ce19ee (patch)
tree998755e6d108a352b9d1919b1d17bca8e641fa71 /system/bubblewrap/README
parent6eb36ac506615cd1b5ae8f13cc99b529157f6be5 (diff)
downloadslackbuilds-09274966f0145448d7edba4859b5dd55a9ce19ee.tar.gz
system/bubblewrap: Added (unprivileged sandboxing tool).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/bubblewrap/README')
-rw-r--r--system/bubblewrap/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/system/bubblewrap/README b/system/bubblewrap/README
new file mode 100644
index 0000000000..279bc9034d
--- /dev/null
+++ b/system/bubblewrap/README
@@ -0,0 +1,8 @@
+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.
+
+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.