mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	mailu: include base defaults for oletools (env_file/LD_PRELOAD)
Add base include to oletools service so it inherits env_file (LD_PRELOAD=/usr/lib/libhardened_malloc.so) and other defaults. Fixes crash: PermissionError: '/proc/cpuinfo' during hardened_malloc compatibility probe when LD_PRELOAD was absent. Aligns oletools with other Mailu services. Refs: ChatGPT discussion – https://chatgpt.com/share/68b837ba-c9cc-800f-b5d9-62b60d6fafd9
This commit is contained in:
		| @@ -79,10 +79,10 @@ | ||||
| {% include 'roles/docker-container/templates/networks.yml.j2' %} | ||||
|  | ||||
|   oletools: | ||||
| {% include 'roles/docker-container/templates/base.yml.j2' %} | ||||
|     container_name: {{ MAILU_CONTAINER }}_oletools | ||||
|     image: {{ MAILU_DOCKER_FLAVOR }}/oletools:{{ MAILU_VERSION }} | ||||
|     hostname: oletools | ||||
|     restart: {{ DOCKER_RESTART_POLICY }} | ||||
|     depends_on: | ||||
|       - resolver | ||||
|     dns: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user