]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
units: typo fix /proc/<pid>/exec → /proc/<pid>/exe 17721/head
authorLennart Poettering <lennart@poettering.net>
Wed, 25 Nov 2020 10:20:38 +0000 (11:20 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 25 Nov 2020 10:23:38 +0000 (11:23 +0100)
Fix a pretty relevant typo introduced in
c7faa23235694a1e803ba093cba6d6e0193a093e.

units/systemd-journald.service.in

index eb4bd938d77d1d6cdf9a5e3276525e6150d37375..c7432541370944e29afee79161ded70e5f520a0e 100644 (file)
@@ -42,8 +42,8 @@ Type=notify
 @SERVICE_WATCHDOG@
 
 # In case you're wondering why CAP_SYS_PTRACE is needed, access to
-# /proc/<pid>/exec requires this capability. Thus if this cap is missing
-# _EXE/OBJECT_EXE fields will be missing from the journal entries.
+# /proc/<pid>/exe requires this capability. Thus if this capability is missing
+# the _EXE=/OBJECT_EXE= fields will be missing from the journal entries.
 CapabilityBoundingSet=CAP_SYS_ADMIN CAP_DAC_OVERRIDE CAP_SYS_PTRACE CAP_SYSLOG CAP_AUDIT_CONTROL CAP_AUDIT_READ CAP_CHOWN CAP_DAC_READ_SEARCH CAP_FOWNER CAP_SETUID CAP_SETGID CAP_MAC_OVERRIDE
 
 # If there are many split up journal files we need a lot of fds to access them