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: I227d3ec74429fbbdf4c8f366c54992faee3bf4a0
This commit is contained in:
parent
c7539bdc98
commit
3b65d22667
@ -38,7 +38,7 @@
|
||||
mode: "{{ item.mode|default('0755') }}"
|
||||
with_items:
|
||||
- { path: "/openstack/venvs", mode: "0755", owner: "root", group: "root" }
|
||||
- { path: "/etc/horizon", mode: "2755" }
|
||||
- { path: "/etc/horizon", mode: "2750" }
|
||||
- { path: "{{ horizon_system_user_home }}", mode: "2755" }
|
||||
|
||||
- name: Test for log directory or link
|
||||
|
Loading…
Reference in New Issue
Block a user