Changeset 2740

Show
Ignore:
Timestamp:
07/01/08 08:57:53 (5 months ago)
Author:
cpebenito
Message:

trunk: Fix httpd_enable_homedirs to actually provide the access it is supposed to provide.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Changelog

    r2732 r2740  
     1- Fix httpd_enable_homedirs to actually provide the access it is supposed to 
     2  provide. 
    13- Add unused interface/template parameter metadata in XML. 
    24- Patch to handle postfix data_directory from Vaclav Ovsik. 
  • trunk/policy/modules/services/apache.te

    r2734 r2740  
    11 
    2 policy_module(apache, 1.9.3
     2policy_module(apache, 1.9.4
    33 
    44# 
     
    395395') 
    396396 
     397tunable_policy(`httpd_enable_homedirs',` 
     398        userdom_read_unpriv_users_home_content_files(httpd_t) 
     399') 
     400 
    397401tunable_policy(`httpd_enable_homedirs && use_nfs_home_dirs',` 
    398402        fs_read_nfs_files(httpd_t) 
     
    635639') 
    636640 
     641tunable_policy(`httpd_enable_homedirs',` 
     642        userdom_read_unpriv_users_home_content_files(httpd_suexec_t) 
     643') 
     644 
    637645tunable_policy(`httpd_enable_homedirs && use_nfs_home_dirs',` 
    638646        fs_read_nfs_files(httpd_suexec_t) 
     
    689697') 
    690698 
     699tunable_policy(`httpd_enable_homedirs',` 
     700        userdom_read_unpriv_users_home_content_files(httpd_sys_script_t) 
     701') 
     702 
    691703tunable_policy(`httpd_enable_homedirs && use_nfs_home_dirs',` 
    692704        fs_read_nfs_files(httpd_sys_script_t)