diff options
author | Viktor Szépe <viktor@szepe.net> | 2017-11-14 22:05:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-14 22:05:36 +0100 |
commit | 66bd30f528d975f94ac8b97b4d57cda58bf255ca (patch) | |
tree | e8cc8bc01f449274f722a839be802420b0c44040 /debian | |
parent | 763835888879721961d047ba112c8542a7f558f0 (diff) | |
download | rspamd-66bd30f528d975f94ac8b97b4d57cda58bf255ca.tar.gz rspamd-66bd30f528d975f94ac8b97b4d57cda58bf255ca.zip |
Suppress /var/log permission error in Debian pkg
Diffstat (limited to 'debian')
-rw-r--r-- | debian/rspamd.lintian-overrides | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rspamd.lintian-overrides b/debian/rspamd.lintian-overrides index c3fec434c..ba0266dfb 100644 --- a/debian/rspamd.lintian-overrides +++ b/debian/rspamd.lintian-overrides @@ -1 +1,2 @@ rspamd: non-standard-dir-perm var/lib/rspamd/ 0750 != 0755 +rspamd: non-standard-dir-perm var/log/rspamd/ 0750 != 0755 |