mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-06 05:58:47 +02:00
Add privileges
https://github.com/alexbelgium/hassio-addons/issues/590#issuecomment-1338373765
This commit is contained in:
@@ -67,6 +67,10 @@
|
|||||||
"extraction_path": "/share/downloads_packed",
|
"extraction_path": "/share/downloads_packed",
|
||||||
"watch_path": "/share/downloads_unpacked"
|
"watch_path": "/share/downloads_unpacked"
|
||||||
},
|
},
|
||||||
|
"privileged": [
|
||||||
|
"SYS_ADMIN",
|
||||||
|
"DAC_READ_SEARCH"
|
||||||
|
],
|
||||||
"schema": {
|
"schema": {
|
||||||
"PGID": "int",
|
"PGID": "int",
|
||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
@@ -80,5 +84,5 @@
|
|||||||
},
|
},
|
||||||
"slug": "unpackerr",
|
"slug": "unpackerr",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "0.10.1-9"
|
"version": "0.10.1-10"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user