1ABRT-CONFIGURATION(8)             ABRT Manual            ABRT-CONFIGURATION(8)
2
3
4

NAME

6       abrt-configuration - dbus server for reading/writing ABRT configuration
7

SYNOPSIS

9       abrt-configuration [-v[v]...] [-t NUM]
10

DESCRIPTION

12       abrt-configuration allows other programs to read/write ABRT
13       configuration over D-Bus.
14
15       Normally abrt-configuration is started by D-Bus daemon on demand, and
16       terminates after a timeout.
17
18       The server listens on com.redhat.problem.configuration address on the
19       system bus and exports the configuration as D-Bus objects identified by
20       D-Bus path and D-Bus interface. The configuration objects are created
21       from D-BUS Object Introspection XML files placed in
22       /usr/share/problems/config/interfaces directory.
23
24       Each file must contain exactly one node element with one interface
25       element and the interface must contain only property elements. The node
26       element must also have both com.redhat.problems.configuration.ConfFile
27       and com.rehdat.problems.configuration.DefaultConfFile annotations
28       elements which provide path to the working configuration file, where
29       the changes are written, and to the default configuration file.
30
31       property elements can also have the path annotations but they must be
32       specified both or neither. 'propety’s name must be equal to some option
33       from the configuration files and its type must be one of the following
34       D-Bus types: b,i,s,as.
35
36       The server allows all users to read the configuration, but
37       modifications are authorized over PolicyKit with
38       com.redhat.problem.configuration.update policy.
39
40   Example of the configuration XML file:
41           <node name="/com/redhat/problems/configuration/ccpp">
42               <annotation name="com.redhat.problems.ConfFile" value="/etc/abrt/plugins/CCpp.conf" />
43               <annotation name="com.redhat.problems.DefaultConfFile" value="/usr/share/abrt/conf.d/plugins/CCpp.conf" />
44
45               <interface name="com.redhat.problems.configuration.ccpp">
46                   <property name="MakeCompatCore" type="b" access="readwrite"/>
47                   <property name="SaveBinaryImage" type="b" access="readwrite"/>
48                   <property name="VerboseLog" type="i" access="readwrite"/>
49                   <property name="DebuginfoLocation" type="s" access="readwrite"/>
50               </interface>
51           </node>
52

OPTIONS

54       -v
55           Log more detailed debugging information.
56
57       -t NUM
58           Exit after NUM seconds of inactivity.
59

AUTHORS

61       ·   ABRT team
62

SEE ALSO

64       abrt.conf(5)
65
66
67
68abrt 2.10.9                       08/10/2019             ABRT-CONFIGURATION(8)
Impressum