Skip to content

Commit

Permalink
Modify the capabilities constants to match header files like other co…
Browse files Browse the repository at this point in the history
…nstants

Signed-off-by: Mrunal Patel <[email protected]>
  • Loading branch information
mrunalp committed Sep 8, 2015
1 parent 9d59c53 commit 9b33915
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions config-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ in order to configure these various kernel features.

## Capabilities

Capabilities is an array that specifies Linux capabilities that can be provided to the process
inside the container. Valid values are the string after `CAP_` for capabilities defined
in [the man page](http://man7.org/linux/man-pages/man7/capabilities.7.html)
Capabilities is an array that specifies Linux capabilities that can be provided to the process inside the container.
Valid values are the strings for capabilities defined in [the man page](http://man7.org/linux/man-pages/man7/capabilities.7.html)

```json
"capabilities": [
"AUDIT_WRITE",
"KILL",
"NET_BIND_SERVICE"
"CAP_AUDIT_WRITE",
"CAP_KILL",
"CAP_NET_BIND_SERVICE"
]
```

Expand Down

0 comments on commit 9b33915

Please sign in to comment.