Merge "Enable new SELinux boolean for vTPM support"
This commit is contained in:
commit
067211b74f
@ -912,6 +912,11 @@ outputs:
|
|||||||
dest: /etc/tmpfiles.d/run-libvirt.conf
|
dest: /etc/tmpfiles.d/run-libvirt.conf
|
||||||
content: |
|
content: |
|
||||||
d /run/libvirt 0755 root root - -
|
d /run/libvirt 0755 root root - -
|
||||||
|
- name: Enable os_enable_vtpm SELinux boolean for vTPM
|
||||||
|
seboolean:
|
||||||
|
name: os_enable_vtpm
|
||||||
|
persistent: true
|
||||||
|
state: true
|
||||||
metadata_settings:
|
metadata_settings:
|
||||||
list_concat:
|
list_concat:
|
||||||
- if:
|
- if:
|
||||||
|
Loading…
Reference in New Issue
Block a user