Update hassio-supervisor

This commit is contained in:
Pascal Vizeli 2018-05-02 09:58:16 +02:00 committed by GitHub
parent 3566873d08
commit 18b86fad59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ profile hassio-supervisor flags=(attach_disconnected,mediate_deleted) {
deny network raw,
deny network packet,
/bin/busybox ix,
/usr/bin/python3 ix,
/usr/bin/socat cx,
/usr/bin/gdbus cx,
@ -28,11 +29,10 @@ profile hassio-supervisor flags=(attach_disconnected,mediate_deleted) {
deny /sys/** wl,
deny /usr/** wl,
/data/** rw,
/var/run/docker.sock rw,
/proc/** r,
/sys/** r,
/data/** rw,
/var/run/docker.sock rw,
profile /usr/bin/socat {
#include <abstractions/base>