f8fa9f High: pacemakerd: ignore shutdown requests from unprivileged users

1 file Authored by kgaillot 4 years ago, Committed by Packit Service 4 years ago,
    High: pacemakerd: ignore shutdown requests from unprivileged users
    
    The pacemakerd IPC API supports a shutdown request, along with a
    command-line interface for using it (pacemakerd --shutdown).
    
    Only the haclient group has access to the IPC. Without ACLs, that group can
    already shut down Pacemaker via the CIB, so there's no security implication.
    
    However, it might not be desired to allow ACL-restricted users to shut down
    Pacemaker, so block users other than root or hacluster if ACLs are supported.