Hello, the usr.lib.dovecot.imap-login profile should allow inet6 in addition to inet
References: https://bugzilla.novell.com/show_bug.cgi?id=755923 I propose this patch for trunk and the 2.7 branch. === modified file 'profiles/apparmor.d/usr.lib.dovecot.imap-login' --- profiles/apparmor.d/usr.lib.dovecot.imap-login +++ profiles/apparmor.d/usr.lib.dovecot.imap-login @@ -11,6 +11,7 @@ capability sys_chroot, network inet stream, + network inet6 stream, /usr/lib/dovecot/imap-login mr, /{,var/}run/dovecot/login/ r, Regards, Christian Boltz -- Ich habe nix gegen C. Ich kann überhaupt kein C, ich kann es, wenn es sauber programmiert ist, halbwegs lesen. Vorrausgesetzt, der Programmierer war nicht zu originell. [Ratti in suse-programming] -- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
