efa3d30 Reenable systemd-journald-audit.socket after upgrades

Authored and Committed by zbyszek a year ago
1 file changed. 8 lines added. 2 lines removed.
    Reenable systemd-journald-audit.socket after upgrades
    
    ... (rhbz#2164594)
    
    The socket exists and is enabled in the initrd. After switch-root, the system
    goes into an infinite loop trying to stop the socket while incoming audit
    messages trigger start jobs for the socket. This is a bug in the transaction
    logic, that'll need to be fixed separately.
    
    We need to preset the socket after the upgrade so that it remains enabled
    by default. This should fix the boot issue, though it's not a complete fix,
    because we actually want to allow people to disable the socket.
    
    On initial install, the socket is covered by preset-all and gets enabled.
    
        
file modified
+8 -2