summaryrefslogtreecommitdiffstats
path: root/catalog
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2024-09-12 17:51:28 +0200
committerLennart Poettering <lennart@poettering.net>2024-09-13 07:29:04 +0200
commite1f9d3c84b66d1b86adaae4c7aebf89514685d51 (patch)
treed171c02e3b58f3cfcbd28fecc805a17a427cdcc7 /catalog
parentcatalog: rebreak catalog entry (diff)
downloadsystemd-e1f9d3c84b66d1b86adaae4c7aebf89514685d51.tar.xz
systemd-e1f9d3c84b66d1b86adaae4c7aebf89514685d51.zip
catalog: beef up new sysctl message
Let's make use of the templating logic, to make the entry more useful.
Diffstat (limited to 'catalog')
-rw-r--r--catalog/systemd.catalog.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/catalog/systemd.catalog.in b/catalog/systemd.catalog.in
index acc6a22094..eab4afd0cd 100644
--- a/catalog/systemd.catalog.in
+++ b/catalog/systemd.catalog.in
@@ -797,10 +797,13 @@ to unset the PIN/password protection on the owner hierarchy issue a command
like the following: 'tpm2_changeauth -c o -p <OLDPW> ""'.
-- 9cf56b8baf9546cf9478783a8de42113
-Subject: A foreign process changed a sysctl we manage
+Subject: A foreign process changed a sysctl systemd-networkd manages
Defined-By: systemd
Support: %SUPPORT_URL%
-A sysctl handle under /proc/sys/net, which is managed by systemd-networkd, has been changed by another process.
-The event is raised only if the written value differs from the current one.
-The program name, the written value, the previous value, and the value initially set by networkd have been logged.
+The sysctl configuration setting @SYSCTL@, which is managed by
+systemd-networkd, has been changed by another, unrelated process
+("@OBJECT_COMM@", PID @OBJECT_PID@). This represents a conflict of ownership
+and will likely result in problems later on.
+
+Value changed to "@NEWVALUE@", which should be "@OURVALUE@".