From 0fbbb9566635e3f6c33697d2b34c950709d609ac Mon Sep 17 00:00:00 2001 From: Jagger Date: Sun, 19 Jun 2016 19:43:10 +0200 Subject: [PATCH] README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce7a5f3..6e2b01f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ It can help, among others, with: This is NOT an official Google product. -### WHAT KIND OF ISOLATION DOES THIS TOOL PROVIDE? +### WHAT TYPE OF ISOLATION DOES THIS TOOL PROVIDE? 1. Linux namespaces: UTS (hostname), MOUNT (chroot), PID (separate PID tree), IPC, NET (separate networking context), USER 2. FS constraints: chroot(), pivot_root(), RO-remounting 3. Resource limits (wall-time/CPU time limits, VM/mem address space limits, etc.) @@ -16,7 +16,7 @@ This is NOT an official Google product. 5. Cloned and separated Ethernet interfaces 6. Cgroups for memory utilization control -### WHAT KIND OF USE-CASES ARE SUPPORTED? +### WHICH USE-CASES ARE SUPPORTED? #### Isolation of network services (inetd-style) + Server: