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:
Franck Nijhof
2018-09-17 21:02:28 +02:00
committed by Pascal Vizeli
parent 061420f279
commit 622e99e04c
7 changed files with 24 additions and 3 deletions

View File

@@ -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'