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

Postfix tlsmgr in 10.2 uses some kind of connection caching stuff;

without this fix, postfix that makes use of tls breaks. :-/
This commit is contained in:
Steve Beattie 2006-12-08 06:26:21 +00:00
parent eddd069354
commit 8d0e3d3efc

View File

@ -22,4 +22,6 @@
/etc/postfix/prng_exch rw,
/proc/sys/kernel/ngroups_max r,
/{var/spool/postfix/,}private/tlsmgr r,
/var/run/__db.smtpd_tls_session_cache.db rw,
/var/run/smtpd_tls_session_cache.db rw,
}