1<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" 2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> 3<busconfig> 4 <policy user="@OTBR_AGENT_USER@"> 5 <allow own_prefix="io.openthread.BorderRouter"/> 6 <allow send_interface="io.openthread.BorderRouter"/> 7 <allow send_interface="org.freedesktop.DBus.Properties"/> 8 <allow send_interface="org.freedesktop.DBus.Introspectable"/> 9 </policy> 10 <policy group="@OTBR_AGENT_GROUP@"> 11 <allow send_interface="io.openthread.BorderRouter"/> 12 <allow send_interface="org.freedesktop.DBus.Properties"/> 13 <allow send_interface="org.freedesktop.DBus.Introspectable"/> 14 </policy> 15</busconfig> 16