Recent systemd update floods my dmesg

Does anyone have this kind of entries in their dmesg log file ?

[22090.937263] audit: type=1130 audit(1641865470.759:357): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[22101.206751] audit: type=1131 audit(1641865481.026:358): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[22330.930966] audit: type=1130 audit(1641865710.758:359): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[22341.196027] audit: type=1131 audit(1641865721.025:360): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[22570.923261] audit: type=1130 audit(1641865950.760:361): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[22581.187447] audit: type=1131 audit(1641865961.024:362): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[22810.915962] audit: type=1130 audit(1641866190.759:363): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[22821.178536] audit: type=1131 audit(1641866201.023:364): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[23050.907916] audit: type=1130 audit(1641866430.764:365): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[23061.169397] audit: type=1131 audit(1641866441.025:366): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[23290.906101] audit: type=1130 audit(1641866670.770:367): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[23301.161617] audit: type=1131 audit(1641866681.023:368): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

Since the 5.x kernel update I am getting this spurious entries in my dmesg logs …
How can I get ride of them ?
What is the cause of such behaviour ?
Any ideas are welcomed …

https://wiki.archlinux.org/title/Audit_framework

What version of systemd? Your profile shows you’re using the testing branch, so you should have 250-5.


Tip: When pasting terminal output on Discourse forums, one can either…

  • Use the Preformatted text </> toolbar button–NOT the Quote " button.

  • Add three backticks ` above and below the text (Markdown):

    ```
    type or paste code here
    ```

  • Use HTML:

    <pre><code>
    type or paste code here
    </pre></code>

Please edit your post accordingly.

I confirm that I am using the systemd 250-5.

Although after reading the answer and wiki link indicated by @freggel.doe had to manually “mask” the
systemd-journald-audit.socket service.
Thanks for the fast reply …

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.