Changeset 2740
- 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
| r2732 |
r2740 |
|
| | 1 | - Fix httpd_enable_homedirs to actually provide the access it is supposed to |
|---|
| | 2 | provide. |
|---|
| 1 | 3 | - Add unused interface/template parameter metadata in XML. |
|---|
| 2 | 4 | - Patch to handle postfix data_directory from Vaclav Ovsik. |
|---|
| r2734 |
r2740 |
|
| 1 | 1 | |
|---|
| 2 | | policy_module(apache, 1.9.3) |
|---|
| | 2 | policy_module(apache, 1.9.4) |
|---|
| 3 | 3 | |
|---|
| 4 | 4 | # |
|---|
| … | … | |
| 395 | 395 | ') |
|---|
| 396 | 396 | |
|---|
| | 397 | tunable_policy(`httpd_enable_homedirs',` |
|---|
| | 398 | userdom_read_unpriv_users_home_content_files(httpd_t) |
|---|
| | 399 | ') |
|---|
| | 400 | |
|---|
| 397 | 401 | tunable_policy(`httpd_enable_homedirs && use_nfs_home_dirs',` |
|---|
| 398 | 402 | fs_read_nfs_files(httpd_t) |
|---|
| … | … | |
| 635 | 639 | ') |
|---|
| 636 | 640 | |
|---|
| | 641 | tunable_policy(`httpd_enable_homedirs',` |
|---|
| | 642 | userdom_read_unpriv_users_home_content_files(httpd_suexec_t) |
|---|
| | 643 | ') |
|---|
| | 644 | |
|---|
| 637 | 645 | tunable_policy(`httpd_enable_homedirs && use_nfs_home_dirs',` |
|---|
| 638 | 646 | fs_read_nfs_files(httpd_suexec_t) |
|---|
| … | … | |
| 689 | 697 | ') |
|---|
| 690 | 698 | |
|---|
| | 699 | tunable_policy(`httpd_enable_homedirs',` |
|---|
| | 700 | userdom_read_unpriv_users_home_content_files(httpd_sys_script_t) |
|---|
| | 701 | ') |
|---|
| | 702 | |
|---|
| 691 | 703 | tunable_policy(`httpd_enable_homedirs && use_nfs_home_dirs',` |
|---|
| 692 | 704 | fs_read_nfs_files(httpd_sys_script_t) |
|---|
Download in other formats:
* Generating other formats may take time.