1. 10 2月, 2018 2 次提交
  2. 09 2月, 2018 2 次提交
  3. 07 2月, 2018 2 次提交
  4. 06 2月, 2018 5 次提交
  5. 05 2月, 2018 1 次提交
  6. 03 2月, 2018 10 次提交
  7. 01 2月, 2018 1 次提交
  8. 22 1月, 2018 2 次提交
  9. 18 1月, 2018 1 次提交
  10. 10 1月, 2018 1 次提交
    • C
      security: full path option for DomainSetPathLabel · a5486e57
      Christian Ehrhardt 提交于
      virSecurityManagerDomainSetPathLabel is used to make a path known
      to the security modules, but today is used interchangably for
       - paths to files/dirs to be accessed directly
       - paths to a dir, but the access will actually be to files therein
      
      Depending on the security module it is important to know which of
      these types it will be.
      
      The argument allowSubtree augments the call to the implementations of
      DomainSetPathLabel that can - per security module - decide if extra
      actions shall be taken.
      
      For now dac/selinux handle this as before, but apparmor will make
      use of it to add a wildcard to the path that was passed.
      Signed-off-by: NChristian Ehrhardt <christian.ehrhardt@canonical.com>
      Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
      a5486e57
  11. 09 1月, 2018 1 次提交
  12. 08 1月, 2018 1 次提交
  13. 05 1月, 2018 1 次提交
  14. 03 1月, 2018 1 次提交
  15. 02 1月, 2018 2 次提交
  16. 14 12月, 2017 2 次提交
  17. 12 12月, 2017 1 次提交
  18. 10 12月, 2017 3 次提交
    • L
      qemu: Introduce qemuDomainDeviceDefValidateControllerIDE · 07adbd4b
      Lin Ma 提交于
      Move the IDE controller check from command line building to
      controller def validation. Also explicitly include the avoidance
      check for the implicit IDE controller from qemuBuildSkipController.
      
      Cause the IDE case for command line building to generate a
      failure if called to add an IDE since that shouldn't happen
      if the Validate code did the right thing.
      07adbd4b
    • J
      qemu: Move CCW S390 Address check to controller def validate · 29d8c17b
      John Ferlan 提交于
      Move the call to qemuDomainCheckCCWS390AddressSupport from
      qemuBuildControllerDevStr to qemuDomainDeviceDefValidateController.
      
      This means we will get the qemuCaps from the driver opaque
      variable passed to qemuDomainDeviceDefValidate.
      29d8c17b
    • J
      qemu: Introduce qemuDomainDeviceDefValidateController · 3ba92186
      John Ferlan 提交于
      Introduce the bare bones helper to validate whether the controller
      definition is valid.
      3ba92186
  19. 07 12月, 2017 1 次提交