apparmor: allow to read /etc/mysql/mariadb.conf.d/*

At least the Debian package reads configuration from there.
This commit is contained in:
Guido Günther 2017-09-15 17:30:09 +02:00 committed by Sergey Vojtovich
parent 956b5f16e8
commit 7d49aab32c

View File

@ -34,6 +34,8 @@
/etc/mysql/*.pem r,
/etc/mysql/conf.d/ r,
/etc/mysql/conf.d/* r,
/etc/mysql/mariadb.conf.d/ r,
/etc/mysql/mariadb.conf.d/* r,
/etc/nsswitch.conf r,
/etc/passwd r,
/etc/services r,