AppArmor: reload on drop-in changes
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful

Self-explanatory.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
Georg Pfuetzenreuter 2023-02-12 17:32:07 +01:00
parent 0a00f3ea93
commit 75f105a6aa
Signed by: Georg
GPG Key ID: 1ED2F138E7E6FF57

View File

@ -5,5 +5,18 @@
/etc/apparmor.d/local/{{ profile }}: /etc/apparmor.d/local/{{ profile }}:
file.managed: file.managed:
- contents: {{ lines }} - contents: {{ lines }}
- watch_in:
- module: apparmor_reload
{%- endfor %} {%- endfor %}
{%- if aapillar['local'] | length %}
apparmor_reload:
module.run:
- name: service.reload
- m_name: apparmor
- onchanges:
{%- for profile in aapillar['local'] %}
- file: /etc/apparmor.d/local/{{ profile }}
{%- endfor %}
{%- endif %}
{%- endif %} {%- endif %}