Files
RedBear-OS/local/recipes/system/redbear-dbus-services/source/session.d/org.redbear.session.conf
T
2026-04-17 13:33:17 +01:00

17 lines
727 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<policy context="default">
<allow own="org.kde.*"/>
<allow send_destination="org.kde.*"/>
<allow receive_sender="org.kde.*"/>
<allow own="org.freedesktop.Notifications"/>
<allow send_destination="org.freedesktop.Notifications"/>
<allow receive_sender="org.freedesktop.Notifications"/>
<allow own="org.freedesktop.StatusNotifierWatcher"/>
<allow send_destination="org.freedesktop.StatusNotifierWatcher"/>
<allow receive_sender="org.freedesktop.StatusNotifierWatcher"/>
</policy>
</busconfig>