mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 06:56:29 +00:00
Update hassio-supervisor
This commit is contained in:
parent
3566873d08
commit
18b86fad59
@ -10,6 +10,7 @@ profile hassio-supervisor flags=(attach_disconnected,mediate_deleted) {
|
|||||||
deny network raw,
|
deny network raw,
|
||||||
deny network packet,
|
deny network packet,
|
||||||
|
|
||||||
|
/bin/busybox ix,
|
||||||
/usr/bin/python3 ix,
|
/usr/bin/python3 ix,
|
||||||
/usr/bin/socat cx,
|
/usr/bin/socat cx,
|
||||||
/usr/bin/gdbus cx,
|
/usr/bin/gdbus cx,
|
||||||
@ -28,11 +29,10 @@ profile hassio-supervisor flags=(attach_disconnected,mediate_deleted) {
|
|||||||
deny /sys/** wl,
|
deny /sys/** wl,
|
||||||
deny /usr/** wl,
|
deny /usr/** wl,
|
||||||
|
|
||||||
/data/** rw,
|
|
||||||
/var/run/docker.sock rw,
|
|
||||||
|
|
||||||
/proc/** r,
|
/proc/** r,
|
||||||
/sys/** r,
|
/sys/** r,
|
||||||
|
/data/** rw,
|
||||||
|
/var/run/docker.sock rw,
|
||||||
|
|
||||||
profile /usr/bin/socat {
|
profile /usr/bin/socat {
|
||||||
#include <abstractions/base>
|
#include <abstractions/base>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user