mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 15:43:54 +02:00
additional tags
This commit is contained in:
parent
a50a396b94
commit
cbf59addb3
2 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
|
|
||||||
- name: Enforce the dnsmasq AppArmor policy
|
- name: Enforce the dnsmasq AppArmor policy
|
||||||
shell: aa-enforce usr.sbin.dnsmasq
|
shell: aa-enforce usr.sbin.dnsmasq
|
||||||
|
tags: ['apparmor']
|
||||||
|
|
||||||
- name: Ensure that the dnsmasq service directory exist
|
- name: Ensure that the dnsmasq service directory exist
|
||||||
file: path=/etc/systemd/system/dnsmasq.service.d/ state=directory mode=0755 owner=root group=root
|
file: path=/etc/systemd/system/dnsmasq.service.d/ state=directory mode=0755 owner=root group=root
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
|
|
||||||
- name: Enforce the privoxy AppArmor policy
|
- name: Enforce the privoxy AppArmor policy
|
||||||
shell: aa-enforce usr.sbin.privoxy
|
shell: aa-enforce usr.sbin.privoxy
|
||||||
|
tags: ['apparmor']
|
||||||
|
|
||||||
- name: Ensure that the privoxy service directory exist
|
- name: Ensure that the privoxy service directory exist
|
||||||
file: path=/etc/systemd/system/privoxy.service.d/ state=directory mode=0755 owner=root group=root
|
file: path=/etc/systemd/system/privoxy.service.d/ state=directory mode=0755 owner=root group=root
|
||||||
|
|
Loading…
Add table
Reference in a new issue