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
|
||||
content: |
|
||||
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:
|
||||
list_concat:
|
||||
- if:
|
||||
|
Loading…
Reference in New Issue
Block a user