commit 88ba95f: [Minor] Fix permissions in the asan package

Vsevolod Stakhov vsevolod at rspamd.com
Fri Feb 17 20:00:03 UTC 2023


Author: Vsevolod Stakhov
Date: 2023-02-17 19:57:24 +0000
URL: https://github.com/rspamd/rspamd/commit/88ba95f013ec6c80b58ce93e93725d16f0eb4ef4 (HEAD -> master)

[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


More information about the Commits mailing list