mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-16 11:00:31 +02:00
added TUN and NET ADMIN for openvpn
This commit is contained in:
@@ -33,7 +33,11 @@
|
|||||||
"apparmor": true,
|
"apparmor": true,
|
||||||
"privileged": [
|
"privileged": [
|
||||||
"SYS_ADMIN",
|
"SYS_ADMIN",
|
||||||
"DAC_READ_SEARCH"
|
"DAC_READ_SEARCH",
|
||||||
|
"NET_ADMIN"
|
||||||
|
],
|
||||||
|
"devices": [
|
||||||
|
"/dev/net/tun"
|
||||||
],
|
],
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]",
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]",
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
|
|||||||
Reference in New Issue
Block a user