Skip to content

Commit

Permalink
Merge pull request #160 from mrunalp/cap_fix
Browse files Browse the repository at this point in the history
Modify the capabilities constants to match header files like other constants
  • Loading branch information
vbatts committed Sep 9, 2015
2 parents 6c4b37e + 663be9d commit 9a8748c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Additional information is needed for Linux over the [default spec configuration]
## 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).
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 9a8748c

Please sign in to comment.