22 lines
929 B
Text
22 lines
929 B
Text
|
|
<?xml version="1.0" encoding="UTF-8"?> <!--*-nxml-*-->
|
||
|
|
<!-- SPDX-License-Identifier: GPL-3.0-only -->
|
||
|
|
<!-- SPDX-FileCopyrightText: Copyright (C) 2026 Catcrafts® -->
|
||
|
|
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
||
|
|
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
||
|
|
<!-- imsd (userspace VoLTE daemon) system-bus policy.
|
||
|
|
Install: /usr/share/dbus-1/system.d/net.catcrafts.IMS1.conf -->
|
||
|
|
<busconfig>
|
||
|
|
<policy user="root">
|
||
|
|
<allow own="net.catcrafts.IMS1"/>
|
||
|
|
<allow send_destination="net.catcrafts.IMS1"/>
|
||
|
|
<allow receive_sender="net.catcrafts.IMS1"/>
|
||
|
|
</policy>
|
||
|
|
<!-- the phone session user drives calls via the imsdialerd shim -->
|
||
|
|
<policy user="user">
|
||
|
|
<allow send_destination="net.catcrafts.IMS1"/>
|
||
|
|
<allow receive_sender="net.catcrafts.IMS1"/>
|
||
|
|
</policy>
|
||
|
|
<policy context="default">
|
||
|
|
<deny send_destination="net.catcrafts.IMS1"/>
|
||
|
|
</policy>
|
||
|
|
</busconfig>
|