readme typo
authorJagger <robert@swiecki.net>
Sat, 15 Aug 2015 14:20:48 +0000 (16:20 +0200)
committerJagger <robert@swiecki.net>
Sat, 15 Aug 2015 14:20:48 +0000 (16:20 +0200)
README.md

index 9aa11345f6d6091548af7a757403fb7eb9f490d5..650a2f24d1cccd406ca688358dd570b4ba3141f4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
 ### WHAT IS IT?
 NsJail is a process isolation tool for Linux. It makes use of the the namespacing, resource control, and seccomp-bpf syscall filter subsystems of the Linux kernel.
 
-It can be used, among others to:
-  * Secure networking service (e.g. web, time, DNS), by isolating them from the rest of the OS
+It can help, among others, with:
+  * Securing networking services (e.g. web, time, DNS), by isolating them from the rest of the OS
   * Hosting computer security challenges (so-called CTFs)
   * Containing invasive syscall-level OS fuzzers