Skip to content

Commit

Permalink
AppArmor: Improved /usr/libexec/postfix syntax
Browse files Browse the repository at this point in the history
Also added usr.lib.dovecot.dovecot-lda to the list of files to be fixed.
  • Loading branch information
pyllyukko committed Jul 30, 2024
1 parent 7f9085e commit acaabd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/apparmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
ansible.builtin.replace:
path: /etc/apparmor.d/{{ item }}
regexp: '/usr/lib/postfix/'
replace: '/usr/{lib,libexec}/postfix/'
replace: '/usr/lib{,exec}/postfix/'
with_items:
- postfix-anvil
- postfix-bounce
Expand Down Expand Up @@ -124,3 +124,4 @@
- postfix-trivial-rewrite
- postfix-verify
- postfix-virtual
- usr.lib.dovecot.dovecot-lda

0 comments on commit acaabd3

Please sign in to comment.