Suggested template:
Problem/Question
I am finding lots of errors in the messages log like that:
Jun 20 12:01:13 manager-de1 kernel: [4116456.558305] audit: type=1400 audit(1687262473.350:1341938466): apparmor=“DENIED” operation=“ptrace” profile=“docker-default” pid=3704500 comm=“apps.plugin” requested_mask=“read” denied_mask=“read” peer=“unconfined”
Upon further investigation I found out it is related to:
/usr/libexec/netdata/plugins.d/apps.plugin
Do I need to give access to ptrace for this process? If yes, any hints on how to do that in the apparmor config?