From 50204432fa329f6ad7ef37feb9dfc518682df2c0 Mon Sep 17 00:00:00 2001 From: Jorim Tielemans Date: Sun, 11 Nov 2018 00:24:28 +0100 Subject: [PATCH] Add DAC_READ_SEARCH privilege --- docs/hassio_addon_config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hassio_addon_config.md b/docs/hassio_addon_config.md index a34e1737..c11dcaba 100644 --- a/docs/hassio_addon_config.md +++ b/docs/hassio_addon_config.md @@ -121,7 +121,7 @@ The config for an add-on is stored in `config.json`. | hassio_api | bool | no | This add-on can access to Hass.io REST API. It set the host alias `hassio`. | homeassistant_api | bool | no | This add-on can access to Hass.io Home-Assistant REST API proxy. Use `http://hassio/homeassistant/api`. | docker_api | bool | no | Allow read-oly access to docker API for add-on. Work only for not protected add-ons. -| privileged | list | no | Privilege for access to hardware/system. Available access: `NET_ADMIN`, `SYS_ADMIN`, `SYS_RAWIO`, `SYS_TIME`, `SYS_NICE`, `SYS_RESOURCE`, `SYS_PTRACE`. +| privileged | list | no | Privilege for access to hardware/system. Available access: `NET_ADMIN`, `SYS_ADMIN`, `SYS_RAWIO`, `SYS_TIME`, `SYS_NICE`, `SYS_RESOURCE`, `SYS_PTRACE`, `DAC_READ_SEARCH`. | full_access | bool | no | Give full access to hardware like the privileged mode in docker. Work only for not protected add-ons. | apparmor | bool/string | no | Enable or disable AppArmor support. If it is enable, you can also use custom profiles with the name of the profile. | map | list | no | List of maps for additional Hass.io folders. Possible values: `config`, `ssl`, `addons`, `backup`, `share`. Defaults to `ro`, which you can change by adding `:rw` to the end of the name.