Merge "Correct SELinux type for host openvswitch logs"
This commit is contained in:
commit
dcd2c5b339
@ -210,7 +210,7 @@ outputs:
|
|||||||
setype: "{{ item.setype }}"
|
setype: "{{ item.setype }}"
|
||||||
with_items:
|
with_items:
|
||||||
- { 'path': /var/log/containers/openvswitch, 'setype': svirt_sandbox_file_t }
|
- { 'path': /var/log/containers/openvswitch, 'setype': svirt_sandbox_file_t }
|
||||||
- { 'path': /var/log/openvswitch, 'setype': svirt_sandbox_file_t }
|
- { 'path': /var/log/openvswitch, 'setype': openvswitch_log_t }
|
||||||
- name: openvswitch logs readme
|
- name: openvswitch logs readme
|
||||||
copy:
|
copy:
|
||||||
dest: /var/log/openvswitch/readme.txt
|
dest: /var/log/openvswitch/readme.txt
|
||||||
|
@ -209,7 +209,7 @@ outputs:
|
|||||||
with_items:
|
with_items:
|
||||||
- { 'path': /var/log/containers/openvswitch, 'setype': svirt_sandbox_file_t }
|
- { 'path': /var/log/containers/openvswitch, 'setype': svirt_sandbox_file_t }
|
||||||
- { 'path': /var/lib/openvswitch/ovn, 'setype': svirt_sandbox_file_t }
|
- { 'path': /var/lib/openvswitch/ovn, 'setype': svirt_sandbox_file_t }
|
||||||
- { 'path': /var/log/openvswitch, 'setype': svirt_sandbox_file_t }
|
- { 'path': /var/log/openvswitch, 'setype': openvswitch_log_t }
|
||||||
- name: openvswitch logs readme
|
- name: openvswitch logs readme
|
||||||
copy:
|
copy:
|
||||||
dest: /var/log/openvswitch/readme.txt
|
dest: /var/log/openvswitch/readme.txt
|
||||||
|
@ -185,7 +185,7 @@ outputs:
|
|||||||
with_items:
|
with_items:
|
||||||
- { 'path': /var/log/containers/openvswitch, 'setype': svirt_sandbox_file_t }
|
- { 'path': /var/log/containers/openvswitch, 'setype': svirt_sandbox_file_t }
|
||||||
- { 'path': /var/lib/openvswitch/ovn, 'setype': svirt_sandbox_file_t }
|
- { 'path': /var/lib/openvswitch/ovn, 'setype': svirt_sandbox_file_t }
|
||||||
- { 'path': /var/log/openvswitch, 'setype': svirt_sandbox_file_t }
|
- { 'path': /var/log/openvswitch, 'setype': openvswitch_log_t }
|
||||||
- name: openvswitch logs readme
|
- name: openvswitch logs readme
|
||||||
copy:
|
copy:
|
||||||
dest: /var/log/openvswitch/readme.txt
|
dest: /var/log/openvswitch/readme.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user