From 88ba95f013ec6c80b58ce93e93725d16f0eb4ef4 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 17 Feb 2023 19:57:24 +0000 Subject: [PATCH] [Minor] Fix permissions in the asan package --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index f4c922447..ce3ebf488 100755 --- a/debian/rules +++ b/debian/rules @@ -88,3 +88,5 @@ override_dh_fixperms: dh_fixperms chmod 750 $(CURDIR)/debian/rspamd/var/lib/rspamd chmod 750 $(CURDIR)/debian/rspamd/var/log/rspamd + chmod 750 $(CURDIR)/debian/rspamd-asan/var/lib/rspamd + chmod 750 $(CURDIR)/debian/rspamd-asan/var/log/rspamd -- 2.39.5