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: Ib9da740b5504533a1224d7c0b3e07e1af8b352b5
This commit is contained in:
parent
72e4e7d178
commit
51816f0faf
@ -60,7 +60,7 @@
|
||||
mode: "{{ item.mode|default('0755') }}"
|
||||
with_items:
|
||||
- { path: "/openstack", owner: "root", group: "root" }
|
||||
- { path: "/etc/nova" }
|
||||
- { path: "/etc/nova", mode: "0750" }
|
||||
- { path: "/etc/nova/rootwrap.d", owner: "root", group: "root" }
|
||||
- { path: "/etc/sudoers.d", mode: "0750", owner: "root", group: "root" }
|
||||
- { path: "/var/cache/nova" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user