diff options
author | nisbet-hubbard <87453615+nisbet-hubbard@users.noreply.github.com> | 2024-09-15 07:58:57 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2024-09-21 15:28:30 -0700 |
commit | 93d85a091c30d39a52afe6f7bc3068ee5f196e34 (patch) | |
tree | d20335cdf77ed20b630f729481e7fa65833a363f | |
parent | Additional permissions when fapolicyd.conf more strict (diff) | |
download | hardened-refpolicy-93d85a091c30d39a52afe6f7bc3068ee5f196e34.tar.gz hardened-refpolicy-93d85a091c30d39a52afe6f7bc3068ee5f196e34.tar.bz2 hardened-refpolicy-93d85a091c30d39a52afe6f7bc3068ee5f196e34.zip |
Update mysql.fc
Signed-off-by: nisbet-hubbard <87453615+nisbet-hubbard@users.noreply.github.com>
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
-rw-r--r-- | policy/modules/services/mysql.fc | 1 |
1 files changed, 1 insertions, 0 deletions
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) |