From c5070dfc8ca73a81384f049ce96634804793b0c1 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Fri, 30 Jun 2017 17:05:34 +0100 Subject: [PATCH] Add docs for ambient capabilities Missed in intitial PR. Signed-off-by: Justin Cormack --- docs/yaml.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/yaml.md b/docs/yaml.md index 27eccad0a..eb240c11e 100644 --- a/docs/yaml.md +++ b/docs/yaml.md @@ -105,6 +105,7 @@ bind mounted into a container. extracted from this so they need not be filled in. - `capabilities` the Linux capabilities required, for example `CAP_SYS_ADMIN`. If there is a single capability `all` then all capabilities are added. +- `ambient` the Linux ambient capabilities (capabilities passed to non root users) that are required. - `mounts` is the full form for specifying a mount, which requires `type`, `source`, `destination` and a list of `options`. If any fields are omitted, sensible defaults are used if possible, for example if the `type` is `dev` it is assumed you want to mount at `/dev`. The default mounts and their options