Hi all,
Seems at some point upgrading to 6.2-5 apparmor has installed itself again and is causing issues with clamav:
I've gone through what I can think of to uninstall it, but the error still continues.
systemctl stop apparmor
systemctl disable apparmor
apt remove --assume-yes --purge apparmor
and rebooted the node.
Can anyone think of anything else to try?
Seems at some point upgrading to 6.2-5 apparmor has installed itself again and is causing issues with clamav:
Code:
Aug 18 10:12:48 MTA audit[9549]: AVC apparmor="DENIED" operation="open" profile="/usr/sbin/clamd" name="/var/spool/pmg/active/609115F3B2407EA27E" pid=9549 comm="clamd" requested_mask="r" denied_mask="r" fsuid=109 ouid=0
Aug 18 10:12:48 MTA clamd[9549]: /var/spool/pmg/active/609115F3B2407EA27E: Can't open file or directory ERROR
Aug 18 10:12:48 MTA clamd[9549]: SelfCheck: Database status OK.
Aug 18 10:12:48 MTA clamd[9549]: /var/spool/pmg/active/609115F3B2407EA27E: Can't open file or directory ERROR
Aug 18 10:12:48 MTA kernel: audit: type=1400 audit(1597711367.996:654): apparmor="DENIED" operation="open" profile="/usr/sbin/clamd" name="/var/spool/pmg/active/609115F3B2407EA27E" pid=9549 comm="clamd" requested_mask="r" denied_mask="r" fsuid=109 ouid=0
I've gone through what I can think of to uninstall it, but the error still continues.
systemctl stop apparmor
systemctl disable apparmor
apt remove --assume-yes --purge apparmor
and rebooted the node.
Can anyone think of anything else to try?