21 lines
787 B
Plaintext
21 lines
787 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!--
|
||
|
SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd.
|
||
|
SPDX-License-Identifier: LGPL-3.0-or-later
|
||
|
-->
|
||
|
<!-- -*- XML -*- -->
|
||
|
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
||
|
<busconfig>
|
||
|
<!-- Only root can own the service -->
|
||
|
<policy user="root">
|
||
|
<allow own="org.desktopspec.ApplicationUpdateNotifier1"/>
|
||
|
</policy>
|
||
|
<policy context="default">
|
||
|
<allow send_destination="org.desktopspec.ApplicationUpdateNotifier1"/>
|
||
|
<allow receive_sender="org.desktopspec.ApplicationUpdateNotifier1"/>
|
||
|
</policy>
|
||
|
<policy user="root">
|
||
|
<allow send_destination="org.desktopspec.ApplicationUpdateNotifier1"/>
|
||
|
</policy>
|
||
|
</busconfig>
|