Skip to content

Commit bf2ad79

Browse files
sreedharsdahlerlend
authored andcommitted
BUG#30375723: DEB PACKAGING: APPARMOR BLOCKS ACCESS TO OPENSSL CONFIG
Fixed apparmor-profile file to allow access to openssl config Change-Id: I80f25df5b9617f7e8e86043a56c81df8fe2562a2 (cherry picked from commit 694916eb91de895614abe6af038eed04ab4f7717)
1 parent e292773 commit bf2ad79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packaging/deb-in/extra/apparmor-profile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@
7272
/var/log/mysql/ r,
7373
/var/log/mysql/** rw,
7474

75+
# Allow access to openssl config
76+
/etc/ssl/openssl.cnf r,
77+
7578
# Site-specific additions and overrides. See local/README for details.
7679
#include <local/usr.sbin.mysqld>
7780
}

0 commit comments

Comments
 (0)