Update hassio-supervisor

This commit is contained in:
Pascal Vizeli 2018-05-05 00:48:31 +02:00 committed by GitHub
parent e4d7dc28fe
commit 36c76e3295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,8 @@ profile hassio-supervisor flags=(attach_disconnected,mediate_deleted) {
network, network,
deny network raw, deny network raw,
signal (send) set=(kill,term),
/bin/busybox ix, /bin/busybox ix,
/usr/bin/python{,3,3.[0-9]} ix, /usr/bin/python{,3,3.[0-9]} ix,
/usr/bin/git cx, /usr/bin/git cx,
@ -32,6 +34,8 @@ profile hassio-supervisor flags=(attach_disconnected,mediate_deleted) {
deny network raw, deny network raw,
deny network packet, deny network packet,
signal (receive) set=(kill,term),
/usr/bin/socat mr, /usr/bin/socat mr,
/lib/* mr, /lib/* mr,