1. 22 1月, 2018 2 次提交
  2. 18 1月, 2018 1 次提交
  3. 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
  4. 09 1月, 2018 1 次提交
  5. 08 1月, 2018 1 次提交
  6. 05 1月, 2018 1 次提交
  7. 03 1月, 2018 1 次提交
  8. 02 1月, 2018 2 次提交
  9. 14 12月, 2017 2 次提交
  10. 12 12月, 2017 1 次提交
  11. 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
  12. 07 12月, 2017 1 次提交
  13. 06 12月, 2017 8 次提交
  14. 01 12月, 2017 3 次提交
  15. 28 11月, 2017 10 次提交
  16. 25 11月, 2017 2 次提交
    • J
      qemu: Use secret objects to pass iSCSI passwords · c5c96545
      John Ferlan 提交于
      https://bugzilla.redhat.com/show_bug.cgi?id=1425757
      
      The blockdev-add code provides a mechanism to sanely provide user
      and password-secret arguments for iscsi without placing them on the
      command line to be viewable by a 'ps -ef' type command or needing
      to create separate -iscsi devices for each disk/volume found.
      
      So modify the iSCSI command line building to check for the presence
      of the capability in order properly setup and use the domain master
      secret object to encrypt the password in a secret object and alter
      the parameters for the command line to utilize.
      
      Modify the xml2argvtest to exhibit the syntax for both disk and
      hostdev configurations.
      c5c96545
    • J
      qemu: Remove private hostdev · 1d9108cf
      John Ferlan 提交于
      Since it's not longer used to shuttle the @secinfo, let's remove
      the private hostdev completely.
      1d9108cf