2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-30 22:05:27 +00:00

allow Prometheus metrics end-point in dovecot/stats

Patch by Michael Ströder <michael@stroeder.com>
This commit is contained in:
Christian Boltz
2021-07-19 22:36:28 +02:00
parent 598131696e
commit f3dd0d1911

View File

@@ -20,6 +20,10 @@ profile dovecot-stats /usr/lib/dovecot/stats {
capability setuid,
capability sys_chroot,
# for metrics end-point (Prometheus)
network inet stream,
network inet6 stream,
/usr/lib/dovecot/stats mr,
# Site-specific additions and overrides. See local/README for details.