Update git submodules

* Update tripleo-heat-templates from branch 'master'
  to ab4004e4aaaceb2854905f6e885a5e61ff894b49
  - Merge "Correct label for /run/libvirt"
  - Correct label for /run/libvirt
    
    The former label (virt_var_run_t) was in fact the one set by fcontext:
    /var/run/libvirt(/.*)?                             all files          system_u:object_r:virt_var_run_t:s0
    
    While it makes sense when libvirt is running on the host, it has no
    actual value in containerized services.
    
    More over, it was already relabeled to container_file_t from within the
    migration-target container, since that one bind-mounts the location with
    the "z" flag.
    
    In order to stop seeing the label flapping upon deploy and day-2
    operations, the best thing to do is to stop using the virt_var_run_t
    label and just ensure containers are relabeling this location.
    
    Resolves: rhbz#2122656
    Change-Id: I64f7e5d5f7dab8e59c6a48f01d636880e429d2f2
This commit is contained in:
Zuul 2022-09-13 18:01:45 +00:00 committed by Gerrit Code Review
parent 084842c17c
commit 2ae71df83d
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit d8fe133dbd648ba0f202cfd025e5294cb9b189f8
Subproject commit ab4004e4aaaceb2854905f6e885a5e61ff894b49