summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2017-07-12 11:17:08 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2017-07-12 11:17:08 +0200
commit551e0a834c8561eacc5663f5274b812d1730cec1 (patch)
tree9d3e37473c0f03e8e5a9ae1957c5d396b9c37bae /configs
parent76e1280aca9763f43e97aedefdff3a857bab23a7 (diff)
downloadDistroKit-551e0a834c8561eacc5663f5274b812d1730cec1.tar.gz
DistroKit-551e0a834c8561eacc5663f5274b812d1730cec1.tar.xz
systemd: enable coredump support
reason suggests: "Systemd should be able to write core files. By default nothing will happen because /var/lib/systemd/coredump is not writeable. A writable filesystem can be mounted here to enable this at runtime. systemd handles the dependencies correctly, so it can catch crashes from before the writable filesystem is available." So we enable coredump support for systemd. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/ptxconfig7
1 files changed, 5 insertions, 2 deletions
diff --git a/configs/ptxconfig b/configs/ptxconfig
index e885df4..ed837a4 100644
--- a/configs/ptxconfig
+++ b/configs/ptxconfig
@@ -1400,7 +1400,7 @@ PTXCONF_SYSTEMD_DISABLE_RANDOM_SEED=y
# PTXCONF_SYSTEMD_LOGIND is not set
# PTXCONF_SYSTEMD_NETWORK is not set
PTXCONF_SYSTEMD_TIMEDATE=y
-# PTXCONF_SYSTEMD_COREDUMP is not set
+PTXCONF_SYSTEMD_COREDUMP=y
PTXCONF_SYSTEMD_SECCOMP=y
#
@@ -1947,7 +1947,10 @@ PTXCONF_LIBCAP=y
# PTXCONF_LIBCONFUSE is not set
# PTXCONF_LIBDAEMON is not set
# PTXCONF_LIBEDIT is not set
-# PTXCONF_LIBELF is not set
+PTXCONF_LIBELF=y
+PTXCONF_LIBELF_LIBDW=y
+# PTXCONF_LIBELF_LIBASM is not set
+# PTXCONF_LIBELF_ELFSUTILS is not set
# PTXCONF_LIBESTR is not set
# PTXCONF_LIBEVENT is not set
# PTXCONF_LIBEXIF is not set