Merge pull request #29 from mrunalp/linux-sysctl

Adds section for Linux Sysctl.
This commit is contained in:
Michael Crosby 2015-06-30 14:32:24 -07:00
commit 377213e01c
1 changed files with 11 additions and 0 deletions

View File

@ -74,6 +74,17 @@ The array contains names: for each name, the device /dev/<name> will be made ava
capabilities is an array of Linux process capabilities. Valid values are the string after `CAP_` for capabilities defined in http://man7.org/linux/man-pages/man7/capabilities.7.html
## 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