AppArmor: reload on drop-in changes #28
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user