mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 02:03:37 +08:00
catalog: beef up new sysctl message
Let's make use of the templating logic, to make the entry more useful.
This commit is contained in:
parent
9d63491f25
commit
e1f9d3c84b
@ -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@".
|
||||
|
Loading…
Reference in New Issue
Block a user