Re: [apparmor] [patch] dovecot/auth: allow access to /var/run/dovecot/stats-user

2016-04-06 Thread Seth Arnold
On Wed, Apr 06, 2016 at 11:27:07PM +0200, Christian Boltz wrote: > Hello, > > $subject. > > Since the latest Tumbleweed update (dovecot 2.2.21 -> 2.2.22), > dovecot/auth writes to /var/run/dovecot/stats-user. > > > I propose this patch for trunk, 2.10 and 2.9. Acked for all three, Acked-by:

[apparmor] [patch] dovecot/auth: allow access to /var/run/dovecot/stats-user

2016-04-06 Thread Christian Boltz
Hello, $subject. Since the latest Tumbleweed update (dovecot 2.2.21 -> 2.2.22), dovecot/auth writes to /var/run/dovecot/stats-user. I propose this patch for trunk, 2.10 and 2.9. [ profiles-dovecot-auth-stats-user.diff ] === modified file 'profiles/apparmor.d/usr.lib.dovecot.auth' ---

Re: [apparmor] [PATCH] parser: Fix dependency in Makefile

2016-04-06 Thread Christian Boltz
Hello, Am Mittwoch, 6. April 2016, 11:58:42 CEST schrieb Tyler Hicks: > parser 'make install' failed if 'make' wasn't run before. This patch > adds the missing dependency 'install-indep: indep'. That's what we get for copy programming ;-) > Signed-off-by: Tyler Hicks >

[apparmor] [PATCH] parser: Fix dependency in Makefile

2016-04-06 Thread Tyler Hicks
parser 'make install' failed if 'make' wasn't run before. This patch adds the missing dependency 'install-indep: indep'. Signed-off-by: Tyler Hicks --- parser/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser/Makefile b/parser/Makefile