Add priviledged

This commit is contained in:
Alexandre
2022-05-03 18:00:14 +02:00
committed by GitHub
parent acc155bc45
commit 8e32c7274e

View File

@@ -68,7 +68,7 @@
"8080/tcp": "Calibre desktop gui",
"8081/tcp": "Calibre webserver gui"
},
"privileged": [],
"privileged": [ "SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN" ],
"schema": {
"CLI_ARGS": "str?",
"PASSWORD": "str?",
@@ -82,6 +82,6 @@
},
"slug": "calibre",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre",
"version": "v5.38-2",
"version": "v5.38-3",
"video": true
}