Comment 6 for bug 2046801

Revision history for this message
David Jao (djao) wrote :

As mentioned in the Mantic release notes, you can make a minimal permissive AppArmor profile just for evolution. Create a file /etc/apparmor.d/usr.bin.evolution (the filename is important) with the contents below and restart AppArmor with "systemctl restart apparmor"

abi <abi/4.0>,

include <tunables/global>

/usr/bin/evolution flags=(unconfined) {
  userns,

  # Site-specific additions and overrides. See local/README for details.
  include if exists <local/usr.bin.evolution>
}