Skip to content
  • Thomas Haller's avatar
    firewall: queue operations while NMFirewallManager instance is initializing · fb7815df
    Thomas Haller authored
    We now initialize the NMFirewallManager asynchronously. That means, at
    first firewalld appears as "not running", for which we usually would
    fake-success right away.
    
    It would be complex for callers to wait for firewall-manager to be
    ready. So instead, have the asynchronous requests be queued and
    complete them once the D-Bus proxy is initialized.
    fb7815df