Formatting #4
authorJagger <robert.swiecki@code.google.com>
Fri, 15 May 2015 00:30:53 +0000 (02:30 +0200)
committerJagger <robert.swiecki@code.google.com>
Fri, 15 May 2015 00:30:53 +0000 (02:30 +0200)
README.md

index e4fa379bbf0b20b50b3b1113e7dd27c46f7bf395..9ed54199a9b2c2144972880efa627750bd195c70 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,8 +5,9 @@ This is NOT an official Google product.
 
 ### WHAT KIND OF ISOLATION DOES IT PROVIDE?
 1. Linux namespaces: UTS, MOUNT, PID, IPC, NET, USER (optional)
-2. FS chroot-ing (chroot()/pivot_root())
-3. Seccomp-bpf syscall filters
+2. FS chroot-ing: chroot(), pivot_root()
+3. Resource limits (CPU time, etc.)
+4. Seccomp-bpf syscall filters
 
 ### WHAT USE-CASES DOES IT COVER?
 #### Isolating networking daemons (inetd-style)
@@ -56,4 +57,8 @@ This is NOT an official Google product.
 ```
 
 ### MORE INFO?
-Type: './nsjail --help' - cmd-line switches are well-documented
+Type:
+```
+./nsjail --help'
+```
+the commandline options are reasonably well-documented