summaryrefslogtreecommitdiffstats
path: root/collectors/systemd-journal.plugin/systemd-journal.c
diff options
context:
space:
mode:
Diffstat (limited to 'collectors/systemd-journal.plugin/systemd-journal.c')
-rw-r--r--collectors/systemd-journal.plugin/systemd-journal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/collectors/systemd-journal.plugin/systemd-journal.c b/collectors/systemd-journal.plugin/systemd-journal.c
index 02cbb6f2bf..c2bd98e7db 100644
--- a/collectors/systemd-journal.plugin/systemd-journal.c
+++ b/collectors/systemd-journal.plugin/systemd-journal.c
@@ -179,7 +179,7 @@ int fstat64(int fd, struct stat64 *buf) {
"|_UID" \
"|_GID" \
"|_COMM" \
- /* "|_EXE" */ \
+ "|_EXE" \
/* "|_CMDLINE" */ \
"|_CAP_EFFECTIVE" \
/* "|_AUDIT_SESSION" */ \
@@ -218,7 +218,7 @@ int fstat64(int fd, struct stat64 *buf) {
"|OBJECT_UID" \
"|OBJECT_GID" \
"|OBJECT_COMM" \
- /* "|OBJECT_EXE" */ \
+ "|OBJECT_EXE" \
/* "|OBJECT_CMDLINE" */ \
/* "|OBJECT_AUDIT_SESSION" */ \
"|OBJECT_AUDIT_LOGINUID" \