** Changed in: mariadb-10.0 (Ubuntu)
Status: New => Incomplete
** Changed in: mariadb-10.0 (Ubuntu)
Status: Incomplete => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1646192
T
Thanks, using the attached_disconnect flag in the ApparmorProfile for
the second application worked!
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1646192
Title:
AppArmor mangles the "name" for serv
About the best that you can do to the mariadb profile is add the
attach_disconnected profile flag:
flags=(attach_disconnected)
(add this between the profile name and the opening "{" character.)
The error message from AppArmor indicates that the file/socket/etc isn't
reachable in the 'current' na
Hi Henrik,
I believe this is a bug with the Apparmor profile as shipped by the
MariaDB package. The systemd directives you references are using the
mount namespace which mandates the usage of the attach_disconnected flag
in the Apparmor profile. Moving the bug accordingly.
** Project changed: app