• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Question kenrnel audit messages in syslog

msauer

New Pleskian
Server operating system version
Ubuntu 22.04 LTS
Plesk version and microupdate number
18.0.61 #4
Hi,

on my Strato Ubuntu vServer with Plesk Obsidian, I will get every 10second the following message in the syslog

Code:
May 31 07:42:17 xxx kernel: [2941918.693355] audit: type=1400 audit(1717141337.833:242947): apparmor="ALLOWED" operation="sendmsg" profile="php-fpm" name="/run/systemd/notify" pid=781199 comm="php-fpm8.1" requested_mask="w" denied_mask="w" fsuid=0 ouid=0
M

What das this message say and how can I stop this?
Thank you for your help.
BR
martin
 
Probably the php-fpm profile is present in the Apparmor complaint mode, which is why it shows up in your syslog. If you want to be sure, you can check if it's listed in complain mode with the aa-status command.

The like @AYamshanov posted provides detailed information on how to adjust profiles.
 
Back
Top