Changeset 2773
- Timestamp:
- 08/07/08 09:45:37
(4 months ago)
- Author:
- cpebenito
- Message:
trunk: missed fixes on previous commit.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2772 |
r2773 |
|
| 67 | 67 | |
|---|
| 68 | 68 | optional_policy(` |
|---|
| 69 | | ppp_run(usernetctl_t,$2,$3) |
|---|
| | 69 | ppp_run(usernetctl_t, $2, $3) |
|---|
| 70 | 70 | ') |
|---|
| 71 | 71 | ') |
|---|
| r2772 |
r2773 |
|
| 78 | 78 | |
|---|
| 79 | 79 | dontaudit $1 fixed_disk_device_t:blk_file setattr; |
|---|
| 80 | | ') |
|---|
| 81 | | |
|---|
| 82 | | ######################################## |
|---|
| 83 | | ## <summary> |
|---|
| 84 | | ## dontaudit the caller attempts to read from a fixed disk. |
|---|
| 85 | | ## </summary> |
|---|
| 86 | | ## <param name="domain"> |
|---|
| 87 | | ## <summary> |
|---|
| 88 | | ## The type of the process performing this action. |
|---|
| 89 | | ## </summary> |
|---|
| 90 | | ## </param> |
|---|
| 91 | | # |
|---|
| 92 | | interface(`storage_dontaudit_raw_read_fixed_disk',` |
|---|
| 93 | | gen_require(` |
|---|
| 94 | | attribute fixed_disk_raw_read; |
|---|
| 95 | | type fixed_disk_device_t; |
|---|
| 96 | | ') |
|---|
| 97 | | |
|---|
| 98 | | dontaudit $1 fixed_disk_device_t:blk_file read_blk_file_perms; |
|---|
| 99 | | dontaudit $1 fixed_disk_device_t:chr_file read_chr_file_perms; |
|---|
| 100 | 80 | ') |
|---|
| 101 | 81 | |
|---|
| … | … | |
| 142 | 122 | ') |
|---|
| 143 | 123 | |
|---|
| 144 | | dontaudit $1 fixed_disk_device_t:blk_file { getattr ioctl read }; |
|---|
| | 124 | dontaudit $1 fixed_disk_device_t:blk_file read_blk_file_perms; |
|---|
| | 125 | dontaudit $1 fixed_disk_device_t:chr_file read_chr_file_perms; |
|---|
| 145 | 126 | ') |
|---|
| 146 | 127 | |
|---|
| r2772 |
r2773 |
|
| 62 | 62 | read_lnk_files_pattern(rsync_t, rsync_data_t, rsync_data_t) |
|---|
| 63 | 63 | |
|---|
| | 64 | manage_files_pattern(rsync_t, rsync_log_t, rsync_log_t) |
|---|
| | 65 | logging_log_filetrans(rsync_t, rsync_log_t, file) |
|---|
| | 66 | |
|---|
| 64 | 67 | manage_dirs_pattern(rsync_t, rsync_tmp_t, rsync_tmp_t) |
|---|
| 65 | 68 | manage_files_pattern(rsync_t, rsync_tmp_t, rsync_tmp_t) |
|---|
| … | … | |
| 98 | 101 | |
|---|
| 99 | 102 | logging_send_syslog_msg(rsync_t) |
|---|
| 100 | | manage_files_pattern(rsync_t,rsync_log_t,rsync_log_t) |
|---|
| 101 | | logging_log_filetrans(rsync_t,rsync_log_t,file) |
|---|
| 102 | 103 | |
|---|
| 103 | 104 | miscfiles_read_localization(rsync_t) |
|---|
Download in other formats:
* Generating other formats may take time.