Changeset 158
- Timestamp:
- 01/08/08 13:10:15
(11 months ago)
- Author:
- bwilliams
- Message:
added cool boolean and auditallow
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r153 |
r158 |
|
| 23 | 23 | ## <desc> |
|---|
| 24 | 24 | ## <p> |
|---|
| 25 | | ## boolean to determine whether the system permits loading policy, setting |
|---|
| 26 | | ## enforcing mode, and changing boolean values. Set this to true and you |
|---|
| | 25 | ## boolean to determine whether the system permits loading policy and setting |
|---|
| | 26 | ## enforcing mode. Set this to true and you |
|---|
| 27 | 27 | ## have to reboot to set it back |
|---|
| 28 | 28 | ## </p> |
|---|
| 29 | 29 | ## </desc> |
|---|
| 30 | 30 | gen_bool(secure_mode_policyload,false) |
|---|
| | 31 | |
|---|
| | 32 | ## <desc> |
|---|
| | 33 | ## <p> |
|---|
| | 34 | ## log all relabels on the system |
|---|
| | 35 | ## </p> |
|---|
| | 36 | ## </desc> |
|---|
| | 37 | gen_bool(log_all_relabels,false) |
|---|
| | 38 | |
|---|
| r153 |
r158 |
|
| 222 | 222 | allow files_unconfined_type file_type:file execmod; |
|---|
| 223 | 223 | ') |
|---|
| | 224 | |
|---|
| | 225 | if(log_all_relabels) { |
|---|
| | 226 | auditallow { domain unlabeled_t } { file_type unlabeled_t }:dir_file_class_set { relabelto relabelfrom }; |
|---|
| | 227 | } |
|---|
Download in other formats:
* Generating other formats may take time.