Add AppArmor profile
Simple profile to allow for management of local profile drop-ins using pillar values. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
91089d5d98
commit
0eca62f4ce
9
salt/profile/apparmor/local.sls
Normal file
9
salt/profile/apparmor/local.sls
Normal file
@ -0,0 +1,9 @@
|
||||
{%- set aapillar = salt['pillar.get']('profile:apparmor') %}
|
||||
|
||||
{%- if 'local' in aapillar %}
|
||||
{%- for profile, lines in aapillar['local'].items() %}
|
||||
/etc/apparmor.d/local/{{ profile }}:
|
||||
file.managed:
|
||||
- contents: {{ lines }}
|
||||
{%- endfor %}
|
||||
{%- endif %}
|
Loading…
Reference in New Issue
Block a user