[selinux-policy: 2096/3172] trunk: add mysql db lnk_file transition.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 22:05:57 UTC 2010


commit e21bd28bc8253fc165d109eeaf0ca97469570910
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Wed Mar 11 11:59:04 2009 +0000

    trunk: add mysql db lnk_file transition.

 policy/modules/services/mysql.te |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/policy/modules/services/mysql.te b/policy/modules/services/mysql.te
index d2c6a9c..86fe1b7 100644
--- a/policy/modules/services/mysql.te
+++ b/policy/modules/services/mysql.te
@@ -1,5 +1,5 @@
 
-policy_module(mysql, 1.10.2)
+policy_module(mysql, 1.10.3)
 
 ########################################
 #
@@ -45,7 +45,7 @@ allow mysqld_t self:udp_socket create_socket_perms;
 manage_dirs_pattern(mysqld_t, mysqld_db_t, mysqld_db_t)
 manage_files_pattern(mysqld_t, mysqld_db_t, mysqld_db_t)
 manage_lnk_files_pattern(mysqld_t, mysqld_db_t, mysqld_db_t)
-files_var_lib_filetrans(mysqld_t, mysqld_db_t, { dir file })
+files_var_lib_filetrans(mysqld_t, mysqld_db_t, { dir file lnk_file })
 
 allow mysqld_t mysqld_etc_t:file read_file_perms;
 allow mysqld_t mysqld_etc_t:lnk_file { getattr read };


More information about the scm-commits mailing list