Changeset 2694
- Timestamp:
- 05/23/08 09:41:36
(6 months ago)
- Author:
- pebenito
- Message:
trunk: fix bad cifs interface.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2693 |
r2694 |
|
| 775 | 775 | |
|---|
| 776 | 776 | read_lnk_files_pattern($1,noxattrfs,noxattrfs) |
|---|
| 777 | | ') |
|---|
| 778 | | |
|---|
| 779 | | ######################################## |
|---|
| 780 | | ## <summary> |
|---|
| 781 | | ## Do not audit attempts to read |
|---|
| 782 | | ## dirs on a CIFS or SMB filesystem. |
|---|
| 783 | | ## </summary> |
|---|
| 784 | | ## <param name="domain"> |
|---|
| 785 | | ## <summary> |
|---|
| 786 | | ## Domain to not audit. |
|---|
| 787 | | ## </summary> |
|---|
| 788 | | ## </param> |
|---|
| 789 | | # |
|---|
| 790 | | interface(`fs_dontaudit_list_cifs_dirs',` |
|---|
| 791 | | gen_require(` |
|---|
| 792 | | type cifs_t; |
|---|
| 793 | | ') |
|---|
| 794 | | |
|---|
| 795 | | dontaudit $1 cifs_t:dir list_dir_perms; |
|---|
| 796 | 777 | ') |
|---|
| 797 | 778 | |
|---|
| r2690 |
r2694 |
|
| 203 | 203 | fs_read_cifs_named_pipes($1_t) |
|---|
| 204 | 204 | ',` |
|---|
| 205 | | fs_dontaudit_list_cifs_dirs($1_t) |
|---|
| | 205 | fs_dontaudit_list_cifs($1_t) |
|---|
| 206 | 206 | fs_dontaudit_read_cifs_files($1_t) |
|---|
| 207 | 207 | ') |
|---|
Download in other formats:
* Generating other formats may take time.