/
/
/
1<!DOCTYPE busconfig PUBLIC
2 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
3 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
4<busconfig>
5 <!-- Only root can own the Home Assistant OS service -->
6 <policy user="root">
7 <allow own="io.hass.os"/>
8 </policy>
9 <policy group="root">
10 <allow own="io.hass.os"/>
11 </policy>
12
13 <!-- Allow talking to the service by default -->
14 <policy context="default">
15 <allow send_destination="io.hass.os"/>
16 <allow receive_sender="io.hass.os"/>
17 </policy>
18</busconfig>