Skip to content

Commit d5d5c50

Browse files
ltangvalddahlerlend
authored andcommitted
Bug#27710656 DEBIAN/UBUNTU SERVER STARTUP ERRORS IN LOG AND SERVICE STATUS OUTPUT
The apparmor profile was missing an update for the new share location
1 parent 20ff597 commit d5d5c50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packaging/deb-in/extra/apparmor-profile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@
5353
# Allow error msg and charset access
5454
/usr/share/mysql/ r,
5555
/usr/share/mysql/** r,
56+
/usr/share/mysql-@MYSQL_BASE_VERSION@/ r,
57+
/usr/share/mysql-@MYSQL_BASE_VERSION@/** r,
5658

5759
# Allow data dir access
5860
/var/lib/mysql/ r,

0 commit comments

Comments
 (0)