Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->
2
 
3
<!DOCTYPE busconfig PUBLIC
4
 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
5
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
6
<busconfig>
7
 
8
    <policy user="root">
9
        <allow own="com.redhat.RHSM1.Facts"/>
10
 
11
        <!--
12
        Lock down the facts object to root access only since
13
        some facts contain sensitive information (q.v. CVE-2016-4455)
14
        -->
15
        <allow send_destination="com.redhat.RHSM1.Facts"
16
          send_interface="com.redhat.RHSM1.Facts"/>
17
 
18
        <!-- Basic D-Bus API stuff -->
19
        <allow send_destination="com.redhat.RHSM1.Facts"
20
            send_interface="org.freedesktop.DBus.Introspectable"/>
21
        <allow send_destination="com.redhat.RHSM1.Facts"
22
            send_interface="org.freedesktop.DBus.Properties"/>
23
        <allow send_destination="com.redhat.RHSM1.Facts"
24
            send_interface="org.freedesktop.DBus.ObjectManager"/>
25
    </policy>
26
 
27
 
28
    <policy context="default">
29
      <!-- Basic D-Bus API stuff -->
30
      <allow send_destination="com.redhat.RHSM1.Facts"
31
          send_interface="org.freedesktop.DBus.Introspectable"/>
32
      <allow send_destination="com.redhat.RHSM1.Facts"
33
          send_interface="org.freedesktop.DBus.Properties"/>
34
      <allow send_destination="com.redhat.RHSM1.Facts"
35
          send_interface="org.freedesktop.DBus.ObjectManager"/>
36
  </policy>
37
 
38
</busconfig>
39