Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
<?xml version="1.0"?>
2
 
3
<!-- This configuration file allows introspection of the services provided by
4
     the oddjobd daemon itself by the root user.  In order for an object to be
5
     introspectable, all of the objects in its object path must be as well. -->
6
 
7
<oddjobconfig>
8
 
9
  <service name="com.redhat.oddjob">
10
 
11
    <object name="/">
12
 
13
      <interface name="org.freedesktop.DBus.Introspectable">
14
 
15
        <allow min_uid="0" max_uid="0"/>
16
        <!-- <method name="Introspect"/> -->
17
 
18
      </interface>
19
 
20
    </object>
21
 
22
    <object name="/com">
23
 
24
      <interface name="org.freedesktop.DBus.Introspectable">
25
 
26
        <allow min_uid="0" max_uid="0"/>
27
        <!-- <method name="Introspect"/> -->
28
 
29
      </interface>
30
 
31
    </object>
32
 
33
    <object name="/com/redhat">
34
 
35
      <interface name="org.freedesktop.DBus.Introspectable">
36
 
37
        <allow min_uid="0" max_uid="0"/>
38
        <!-- <method name="Introspect"/> -->
39
 
40
      </interface>
41
 
42
    </object>
43
 
44
    <object name="/com/redhat/oddjob">
45
 
46
      <interface name="org.freedesktop.DBus.Introspectable">
47
 
48
        <allow min_uid="0" max_uid="0"/>
49
        <!-- <method name="Introspect"/> -->
50
 
51
      </interface>
52
 
53
    </object>
54
 
55
  </service>
56
 
57
</oddjobconfig>