Comment 12 for bug 655058

Revision history for this message
Jamie Strandboge (jdstrand) wrote : Re: freshclam apparmour error : type=1502 operation="inode_permission" requested_mask="r::" denied_mask="r::" name="/proc/28071/status"

The maverick package has:
./clamav-daemon.postinst.in: apparmor_parser -r -T -W "$APP_PROFILE" || true
./clamav-freshclam.postinst.in: apparmor_parser -r -T -W "$APP_PROFILE" || true

Both -T and -W will need to be stripped for hardy and jaunty when doing the backport. Karmic and later support -W and -T.