Merge "hardening horizon: don't mount hosts /tmp"
This commit is contained in:
commit
a5cf4a253a
@ -127,7 +127,6 @@ horizon_default_volumes:
|
|||||||
- "/etc/localtime:/etc/localtime:ro"
|
- "/etc/localtime:/etc/localtime:ro"
|
||||||
- "{{ '/etc/timezone:/etc/timezone:ro' if ansible_facts.os_family == 'Debian' else '' }}"
|
- "{{ '/etc/timezone:/etc/timezone:ro' if ansible_facts.os_family == 'Debian' else '' }}"
|
||||||
- "kolla_logs:/var/log/kolla/"
|
- "kolla_logs:/var/log/kolla/"
|
||||||
- "/tmp:/tmp"
|
|
||||||
|
|
||||||
horizon_extra_volumes: "{{ default_extra_volumes }}"
|
horizon_extra_volumes: "{{ default_extra_volumes }}"
|
||||||
|
|
||||||
|
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Removes the default `/tmp/` mountpoint from the horizon container. This
|
||||||
|
change is made to harden the container and prevent potential security
|
||||||
|
issues. For more information, see the Bug Report: `LP#2068126 <https://bugs.launchpad.net/kolla-ansible/+bug/2068126>`__.
|
Loading…
Reference in New Issue
Block a user