Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
# Enable this if you want abrtd to auto-unpack crashdump tarballs which appear
2
# in this directory (for example, uploaded via ftp, scp etc).
3
# Note: you must ensure that whatever directory you specify here exists
4
# and is writable for abrtd. abrtd will not create it automatically.
5
#
6
#WatchCrashdumpArchiveDir = /var/spool/abrt-upload
7
 
8
# Max size for crash storage [MiB] or 0 for unlimited
9
#
10
MaxCrashReportsSize = 5000
11
 
12
# Specify where you want to store coredumps and all files which are needed for
13
# reporting. (default:/var/spool/abrt)
14
#
15
# Changing dump location could cause problems with SELinux. See man abrt_selinux(8).
16
#
17
#DumpLocation = /var/spool/abrt
18
 
19
# If you want to automatically clean the upload directory you have to tweak the
20
# selinux policy:
21
# # setsebool -P abrt_anon_write 1
22
#
23
DeleteUploaded = no
24
 
25
# A name of event which is run automatically after problem's detection. The
26
# event should perform some fast analysis and exit with 70 if the
27
# problem is known.
28
#
29
# In order to run this event automatically after detection, the
30
# AutoreportingEnabled option must be configured to 'yes'
31
#
32
# Default value: report_uReport
33
#
34
AutoreportingEvent = report_uReport
35
 
36
# Enables automatic running of the event configured in AutoreportingEvent option.
37
#
38
AutoreportingEnabled = no
39
 
40
# Enables shortened GUI reporting where the reporting is interrupted after
41
# AutoreportingEvent is done.
42
#
43
# Default value: Yes but only if application is running in GNOME desktop
44
#                session; otherwise No.
45
#
46
# ShortenedReporting = yes
47
 
48
# Enables various features exploring process's root directories if they differ
49
# from the default root directory. The following list includes examples of
50
# enabled features:
51
#   * query the rpm database in the process's root directory
52
#   * save files like /etc/os-release from the process's root directory
53
#
54
# This feature is disabled by default because it might be used by a local user
55
# to steal your data.
56
#
57
# Caution:
58
#
59
# THIS FEATURE MIGHT BE USED BY A LOCAL USER TO STEEL YOUR DATA BY ARRANGING A
60
# SPECIAL ROOT DIRECTORY IN USER MOUNT NAMESAPCE
61
#
62
# ExploreChroots = false
63
 
64
# Allows ABRT tools to detect problems in ABRT itself. By increasing the value
65
# you can force ABRT to detect, process and report problems in ABRT. You have
66
# to bare in mind that ABRT might fall into an infinite loop when handling
67
# problems caused by itself.
68
# The default is 0 (non debug mode).
69
#
70
# DebugLevel = 0