Update hassio-supervisor

This commit is contained in:
Pascal Vizeli 2018-05-03 00:42:30 +02:00 committed by GitHub
parent 58bc4f8bbd
commit 72fc4d6add
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,8 @@ profile hassio-supervisor flags=(attach_disconnected,mediate_deleted) {
#include <abstractions/dbus>
/usr/bin/gdbus mr,
/lib/* mr,
/var/run/dbus/system_bus_socket rw,
}
@ -63,8 +65,8 @@ profile hassio-supervisor flags=(attach_disconnected,mediate_deleted) {
/usr/bin/git mr,
/usr/libexec/git-core/* ix,
/usr/share/git-core/** r,
/lib/* mr,
/** r,
/data/addons/** rw,
}