• D
    Fix sanlock socket security labelling · 64bdec38
    Daniel P. Berrange 提交于
    It is not possible to change the label of a TCP socket once it
    has been opened. When creating a TCP socket care must be taken
    to ensure the socket creation label is set & then cleared.
    Remove the bogus call to virSecurityManagerSetProcessFDLabel
    from the lock driver guest setup code and instead make use of
    virSecurityManagerSetSocketLabel
    64bdec38
qemu_process.c 109.1 KB