Files
rspamd/usr.bin.rspamd
Marcus Rueckert 9bd2b20f6d - New BR pkgconfig(libarchive) >= 3.0
- For pkgconfig(fmt) we need to allow the intree copy until our
  package is upgraded from 10 to at least 11

- Update to 3.9.0
  This ships a chatgpt feature, which is explained here:
  
  https://rspamd.com/misc/2024/07/03/gpt.html
  - [Feature] Add extraction type for from maps by @vstakhov in
    #4794
  - [Rework] Breaking: Do not report module as action by @moisseev
    in #4795
  - [Minor] Move server selection logic to common.js by @moisseev
    in #4796
  - [WebUI] Show pass-through module in History by @moisseev in
    #4798
  - [Feature] Allow to add templates to redis history prefix by
    @vstakhov in #4801
  - Deal with Connection and Host headers on proxying by @vstakhov
    in #4802
  - [Minor] configwizard: really use LOCAL_CONFDIR by @fatalbanana
    in #4804
  - [Fix] Resolve issue with bayes stat in rspamadm mode by
    @vstakhov in #4805
  - [Minor] rspamd_task API docs: fix broken link by @fatalbanana
    in #4807
  - [Minor] Add more returnbits to surbl configuration by
    @fatalbanana in #4803
  - [Feature] Support JSON logging when in syslog mode by @vstakhov
    in #4813

OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=114
2024-07-12 12:59:25 +00:00

35 lines
829 B
Plaintext

# Last Modified: Mon Oct 5 10:19:40 2020
#include <tunables/global>
# based on https://github.com/progmaticltd/homebox/blob/master/install/playbooks/roles/rspamd/templates/apparmor.d/usr.bin.rspamd
profile rspamd /usr/bin/rspamd {
#include <abstractions/base>
#include <abstractions/nameservice>
#include <abstractions/openssl>
#include <abstractions/ssl_certs>
/usr/bin/rspamd mr,
/etc/rspamd/** r,
/srv/www/webapps/rspamd/ r,
/srv/www/webapps/rspamd/** r,
/usr/share/rspamd/ r,
/usr/share/rspamd/** r,
/var/lib/rspamd/ r,
/var/lib/rspamd/** rwk,
/var/log/rspamd/rspamd.log* rwk,
/{var/,}run/rspamd/* rwk,
/dev/shm/rhm.* rw,
/etc/magic r,
/proc/sys/kernel/random/uuid r,
/usr/share/icu/*/icu*.dat r,
#include if exists <local/usr.bin.rspamd>
#include if exists <local/rspamd>
}