[selinux-policy: 3007/3172] Change this functionality to our implementation of this functionality.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 23:27:36 UTC 2010


commit c53b75bdd27303e56e8af4b4d207c68b2d3d4b69
Author: Dominick Grift <domg472 at gmail.com>
Date:   Fri Sep 17 08:37:29 2010 +0200

    Change this functionality to our implementation of this functionality.

 policy/modules/services/apache.te |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/policy/modules/services/apache.te b/policy/modules/services/apache.te
index 86641dd..8329861 100644
--- a/policy/modules/services/apache.te
+++ b/policy/modules/services/apache.te
@@ -1042,7 +1042,7 @@ tunable_policy(`httpd_enable_cgi && httpd_can_network_connect',`
 ')
 
 tunable_policy(`httpd_enable_homedirs',`
-	userdom_read_user_home_content_files(httpd_sys_script_t)
+	userdom_search_user_home_dirs(httpd_sys_script_t)
 ')
 
 tunable_policy(`httpd_enable_homedirs && use_nfs_home_dirs',`
@@ -1050,6 +1050,10 @@ tunable_policy(`httpd_enable_homedirs && use_nfs_home_dirs',`
 	fs_read_nfs_symlinks(httpd_sys_script_t)
 ')
 
+tunable_policy(`httpd_read_user_content',`
+	userdom_read_user_home_content_files(httpd_sys_script_t)
+')
+
 tunable_policy(`httpd_use_cifs',`
 	fs_manage_cifs_dirs(httpd_sys_script_t)
 	fs_manage_cifs_files(httpd_sys_script_t)


More information about the scm-commits mailing list