Merge "Set correct permissions for rootwrap.d"

This commit is contained in:
Zuul 2020-09-11 10:35:40 +00:00 committed by Gerrit Code Review
commit 5cbbb7a348

View File

@ -108,12 +108,13 @@
with_items: "{{ cinder_core_files }}"
# NOTE(cloudnull): This will ensure strong permissions on all rootwrap files.
# NOTE(noonedeadpunk): X keeps execute permissions for rootwrap.d itself.
- name: Set rootwrap.d permissions
file:
path: "/etc/cinder/rootwrap.d"
owner: "root"
group: "root"
mode: "0640"
mode: "u=rwX,g=rX,o="
recurse: true
- name: Ensure cinder tgt include