commit: 93d85a091c30d39a52afe6f7bc3068ee5f196e34 Author: nisbet-hubbard <87453615+nisbet-hubbard <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Sat Sep 14 23:58:57 2024 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Sat Sep 21 22:28:30 2024 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=93d85a09
Update mysql.fc Signed-off-by: nisbet-hubbard <87453615+nisbet-hubbard <AT> users.noreply.github.com> Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org> policy/modules/services/mysql.fc | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/services/mysql.fc b/policy/modules/services/mysql.fc index 7b7b45b34..96fa72a16 100644 --- a/policy/modules/services/mysql.fc +++ b/policy/modules/services/mysql.fc @@ -1,4 +1,5 @@ HOME_DIR/\.my\.cnf -- gen_context(system_u:object_r:mysqld_home_t,s0) +HOME_DIR/\.mylogin\.cnf -- gen_context(system_u:object_r:mysqld_home_t,s0) /etc/my\.cnf -- gen_context(system_u:object_r:mysqld_etc_t,s0) /etc/my\.cnf\.d(/.*)? gen_context(system_u:object_r:mysqld_etc_t,s0)
