1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 12:29:08 +00:00

Allow additional docker privileges (#292)

In order use a DVB adapter the capabilities SYS_TIME and SYS_NICE need to be granted.
This commit is contained in:
florianj1
2018-01-03 14:08:22 +01:00
committed by Pascal Vizeli
parent 1c49351e66
commit 232b9ea239

View File

@@ -57,7 +57,9 @@ STARTUP_ALL = [
PRIVILEGED_ALL = [
"NET_ADMIN",
"SYS_ADMIN",
"SYS_RAWIO"
"SYS_RAWIO",
"SYS_TIME",
"SYS_NICE"
]
BASE_IMAGE = {