[pkg-apparmor] PostgreSQL AppArmor profiles

Christian Boltz apparmor-debian at cboltz.de
Thu Sep 3 19:44:43 BST 2020


Hello,

Am Donnerstag, 3. September 2020, 17:15:54 CEST schrieb Sedat Dilek:
> root# LC_ALL=C dmesg -T | egrep apparmor | grep akonadi
> [Thu Sep  3 15:27:34 2020] audit: type=1400 audit(1599139654.969:28):
> apparmor="DENIED" operation="file_mmap" info="Failed name lookup -
> disconnected path" error=-13 profile="postgresql_akonadi" name=""
> pid=2126 comm="postgres" requested_mask="wr" denied_mask="wr"
> fsuid=1000 ouid=1000

This message means you'll need to add the attach_disconnected flag.

Before:
    profile postgresql_akonadi {

After:
    profile postgresql_akonadi flags=(attach_disconnected) {

Note: The above assumes that the profile doesn't have any other flags 
yet.

Don't forget to reload the profile ;-)


Regards,

Christian Boltz
-- 
Yes Karl, your machine has a battery! But no ac adapter :-)
Unfortunately it is the battery in the BT Mouse and it won't
be able to power your system for very long :-)
[Stefan Seyfried in https://bugzilla.novell.com/show_bug.cgi?id=221999]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part.
URL: <http://alioth-lists.debian.net/pipermail/pkg-apparmor-team/attachments/20200903/0f89d696/attachment.sig>


More information about the pkg-apparmor-team mailing list