Adds section for Linux Sysctl.

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
Mrunal Patel 2015-06-26 11:20:17 -07:00
parent 6a1652b00a
commit 328aba4468
1 changed files with 11 additions and 0 deletions

View File

@ -45,6 +45,17 @@ For Linux the mapping is
capabilities is an array of Linux process capabilities. Valid values are the string after `CAP_` for capabilities defined in http://linux.die.net/man/7/capabilities
## Linux Sysctl
```
"sysctl": {
"net.ipv4.ip_forward": "1",
"net.core.somaxconn": "256"
}
```
sysctl allows kernel parameters to be modified at runtime. For more information, see http://man7.org/linux/man-pages/man8/sysctl.8.html
## SELinux
## Apparmor