1. 18 9月, 2017 15 次提交
  2. 15 9月, 2017 7 次提交
  3. 14 9月, 2017 3 次提交
  4. 13 9月, 2017 3 次提交
    • J
      qemu: Clean up qemuDomainSecretPrepare · 23706c17
      John Ferlan 提交于
      No need to pass a @driver parameter since all that's done is deref
      the @cfg especially since the only caller can just pass an already
      referenced @cfg.
      
      Also, looks like commit id '0298531b' at one time had a different
      name for the API, so I took the liberty of fixing the comments too
      since I would already be updating them for the @cfg variable.
      23706c17
    • C
      security: dac: relabel spice rendernode · 98931187
      Cole Robinson 提交于
      For a logged in user this a path like /dev/dri/renderD128 will have
      default ownership root:video which won't work for the qemu:qemu user,
      so we need to chown it.
      
      We only do this when mount namespaces are enabled in the qemu driver,
      so the chown'ing doesn't interfere with other users of the shared
      render node path
      
      https://bugzilla.redhat.com/show_bug.cgi?id=1460804
      98931187
    • C
      security: add MANAGER_MOUNT_NAMESPACE flag · 321031e4
      Cole Robinson 提交于
      The VIR_SECURITY_MANAGER_MOUNT_NAMESPACE flag informs the DAC driver
      if mount namespaces are in use for the VM. Will be used for future
      changes.
      
      Wire it up in the qemu driver
      321031e4
  5. 12 9月, 2017 9 次提交
  6. 11 9月, 2017 3 次提交