mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-11-09 02:49:43 +00:00
Adds host PID mode support for add-ons (#700)
* ✨ Adds host PID mode support for add-ons. * 🔒 Disables host PID mode when in protected mode * 🚦 Adds more negative rating weight to host PID mode
This commit is contained in:
committed by
Pascal Vizeli
parent
061420f279
commit
622e99e04c
@@ -114,6 +114,7 @@ ATTR_BUILD = 'build'
|
||||
ATTR_DEVICES = 'devices'
|
||||
ATTR_ENVIRONMENT = 'environment'
|
||||
ATTR_HOST_NETWORK = 'host_network'
|
||||
ATTR_HOST_PID = 'host_pid'
|
||||
ATTR_HOST_IPC = 'host_ipc'
|
||||
ATTR_HOST_DBUS = 'host_dbus'
|
||||
ATTR_NETWORK = 'network'
|
||||
|
||||
Reference in New Issue
Block a user