Change permission for conf folder
According to the security guide config files should not be reachable by any users except the owner and root. Change-Id: Id5ed097ac7208f6bb8872d39436aa6accaff5f30
This commit is contained in:
parent
98157b0210
commit
56f7baaadb
@ -38,7 +38,7 @@
|
||||
mode: "{{ item.mode|default('0755') }}"
|
||||
with_items:
|
||||
- { path: "/openstack", mode: "0755", owner: "root", group: "root" }
|
||||
- { path: "/etc/glance" }
|
||||
- { path: "/etc/glance", mode: "0755" }
|
||||
- { path: "/var/cache/glance" }
|
||||
- { path: "{{ glance_system_user_home }}" }
|
||||
- { path: "{{ glance_system_user_home }}/cache/api", mode: "0700" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user