1ABRT-CCPP.CONF(5)                 ABRT Manual                ABRT-CCPP.CONF(5)
2
3
4

NAME

6       abrt-CCpp.conf - Configuration file for ABRT´s core dump crash hook
7

DESCRIPTION

9       The configuration file consists of items in the format "Option =
10       Value". Ithe following items are recognized:
11
12       MakeCompatCore = yes / no ...
13           CCpp hook writes its template to the
14           "/proc/sys/kernel/core_pattern" file and stores the original
15           template in the "/var/run/abrt/saved_core_pattern" file. If you
16           want CCpp hook to create a core dump file named according to the
17           original template as well, set MakeCompatCore to yes. If the
18           original template string starts with "|", the string "core" is used
19           instead of the template. For more information about naming core
20           dump files see man 5 core.
21
22       MaxCoreFileSize = a number in MiB ...
23           This configuration option together with MaxCrashReportsSize set the
24           limit on the size of dumped core file. The lower value of the both
25           options is used as the effective limit. 0 is evaluated as unlimited
26           for the both options.
27
28       SaveBinaryImage = yes / no ...
29           Do you want a copy of crashed binary be saved? Useful, for example,
30           when deleted binary segfaults. Default is no.
31
32       IgnoredPaths = /path/to/ignore/, */another/ignored/path ...
33           ABRT will ignore crashes in executables whose absolute path matches
34           any of the glob patterns listed in the comma separated list.
35
36       AllowedUsers = root, wheel, ...
37           ABRT will process only crashes of either allowed users AllowedUsers
38           or users who are members of allowed group AllowedGroups. If no
39           allowed users nor allowed group are specified ABRT will process
40           crashes of all users.  AllowedUsers is a comma separated list.
41
42       AllowedGroups = root, wheel, ...
43           ABRT will process only crashes of either allowed users AllowedUsers
44           or users who are members of allowed group AllowedGroups. If no
45           allowed users nor allowed group are specified ABRT will process
46           crashes of all users.  AllowedGroups is a comma separated list.
47
48       DebuginfoLocation = /var/cache/abrt-di
49           A colon separated list of file system paths that specify
50           directories where ABRT should look for non-system debuginfos. The
51           first path in the list is used by ABRT to save downloaded
52           debuginfos. Therefore the first path in the list must be writable.
53           The rest of the list can be read-only.
54
55       VerboseLog = NUM
56           Used to make the hook more verbose
57

SEE ALSO

59       abrt.conf(5)
60

AUTHORS

62       ·   ABRT team
63
64
65
66abrt 2.0.8                        06/19/2018                 ABRT-CCPP.CONF(5)
Impressum