summaryrefslogtreecommitdiffstats
path: root/contrib/dbus/named-dbus-system.conf
blob: 2cb99bdcefa3ea020474cc78ada2364bc482177f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
    <servicedir>/usr/share/dbus-1/services</servicedir>
    <policy user="named">
            <allow own="com.redhat.named"/>
            <allow send_interface="com.redhat.named"/>
            <allow send_destination="com.redhat.named"/>
    </policy>
    <policy user="root">
            <allow send_interface="com.redhat.named"/>
            <allow send_destination="com.redhat.named"/>
    </policy>
    <policy context="default">
            <deny own="com.redhat.named"/>
            <deny send_destination="com.redhat.named"/>
            <deny send_interface="com.redhat.named"/>
    </policy>
</busconfig>