Changeset 2661
- Timestamp:
- 04/18/08 09:21:01
(8 months ago)
- Author:
- pebenito
- Message:
trunk: Add file for enabling policy capabilities.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2660 |
r2661 |
|
| | 1 | - Add file for enabling policy capabilities. |
|---|
| 1 | 2 | - Patch to fix leaky interface/template call depth calculator from Vaclav |
|---|
| 2 | 3 | Ovsik. |
|---|
| r2655 |
r2661 |
|
| 131 | 131 | rolemap = $(poldir)/rolemap |
|---|
| 132 | 132 | user_files := $(poldir)/users |
|---|
| | 133 | policycaps := $(poldir)/policy_capabilities |
|---|
| 133 | 134 | |
|---|
| 134 | 135 | # local config file paths |
|---|
| r2632 |
r2661 |
|
| 16 | 16 | base_sections := $(tmpdir)/pre_te_files.conf $(tmpdir)/all_attrs_types.conf $(tmpdir)/global_bools.conf $(tmpdir)/only_te_rules.conf $(tmpdir)/all_post.conf |
|---|
| 17 | 17 | |
|---|
| 18 | | base_pre_te_files := $(secclass) $(isids) $(avs) $(m4support) $(poldir)/mls $(poldir)/mcs |
|---|
| | 18 | base_pre_te_files := $(secclass) $(isids) $(avs) $(m4support) $(poldir)/mls $(poldir)/mcs $(policycaps) |
|---|
| 19 | 19 | base_te_files := $(base_mods) |
|---|
| 20 | 20 | base_post_te_files := $(user_files) $(poldir)/constraints |
|---|
| r2632 |
r2661 |
|
| 33 | 33 | all_fc_files := $(all_modules:.te=.fc) |
|---|
| 34 | 34 | |
|---|
| 35 | | pre_te_files := $(secclass) $(isids) $(avs) $(m4support) $(poldir)/mls $(poldir)/mcs |
|---|
| | 35 | pre_te_files := $(secclass) $(isids) $(avs) $(m4support) $(poldir)/mls $(poldir)/mcs $(policycaps) |
|---|
| 36 | 36 | post_te_files := $(user_files) $(poldir)/constraints |
|---|
| 37 | 37 | |
|---|
Download in other formats:
* Generating other formats may take time.