Fix SELinux context for Docker data root

This commit is contained in:
Sam A. 2024-01-07 18:21:48 +01:00
parent 92baeb8236
commit 6f0cf7d827
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@
path: "{{ docker_data_root }}"
owner: root
mode: u=rwx,g=x,o=
seuser: system_u
serole: object_r
setype: container_var_lib_t
selevel: s0
state: directory
- name: Copy Docker daemon config file