Changeset 1814
- Timestamp:
- 01/11/08 12:34:57
(1 year ago)
- Author:
- dsugar
- Message:
Fix file contexts to correctly lookup paths for matchpathcon
Updates for optional_policy blocks
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1622 |
r1814 |
|
| 32 | 32 | |
|---|
| 33 | 33 | # CDSFramework generated networking & directory search perms |
|---|
| | 34 | optional_policy(` |
|---|
| | 35 | gen_require(` |
|---|
| | 36 | type root_t; |
|---|
| | 37 | ') |
|---|
| 34 | 38 | allow a_dirFiles_t root_t:dir { search }; |
|---|
| | 39 | ') |
|---|
| | 40 | optional_policy(` |
|---|
| | 41 | gen_require(` |
|---|
| | 42 | type root_t; |
|---|
| | 43 | ') |
|---|
| 35 | 44 | allow b_dirFiles_t root_t:dir { search }; |
|---|
| | 45 | ') |
|---|
| r1501 |
r1814 |
|
| 14 | 14 | |
|---|
| 15 | 15 | # CDSFramework generated networking & directory search perms |
|---|
| | 16 | optional_policy(` |
|---|
| | 17 | gen_require(` |
|---|
| | 18 | type root_t; |
|---|
| | 19 | ') |
|---|
| 16 | 20 | allow _a_dirFiles_t root_t:dir { search }; |
|---|
| | 21 | ') |
|---|
| r1496 |
r1814 |
|
| 14 | 14 | |
|---|
| 15 | 15 | # CDSFramework generated networking & directory search perms |
|---|
| | 16 | optional_policy(` |
|---|
| | 17 | gen_require(` |
|---|
| | 18 | type root_t; |
|---|
| | 19 | ') |
|---|
| 16 | 20 | allow a_b_dirFiles_t root_t:dir { search }; |
|---|
| | 21 | ') |
|---|
| r1496 |
r1814 |
|
| 14 | 14 | |
|---|
| 15 | 15 | # CDSFramework generated networking & directory search perms |
|---|
| | 16 | optional_policy(` |
|---|
| | 17 | gen_require(` |
|---|
| | 18 | type root_t; |
|---|
| | 19 | ') |
|---|
| 16 | 20 | allow _ab_dirFiles_t root_t:dir { search }; |
|---|
| | 21 | ') |
|---|
| r1496 |
r1814 |
|
| 14 | 14 | |
|---|
| 15 | 15 | # CDSFramework generated networking & directory search perms |
|---|
| | 16 | optional_policy(` |
|---|
| | 17 | gen_require(` |
|---|
| | 18 | type root_t; |
|---|
| | 19 | ') |
|---|
| 16 | 20 | allow _a_b__dirFiles_t root_t:dir { search }; |
|---|
| | 21 | ') |
|---|
| r1496 |
r1814 |
|
| 14 | 14 | |
|---|
| 15 | 15 | # CDSFramework generated networking & directory search perms |
|---|
| | 16 | optional_policy(` |
|---|
| | 17 | gen_require(` |
|---|
| | 18 | type root_t; |
|---|
| | 19 | ') |
|---|
| 16 | 20 | allow a3_dirFiles_t root_t:dir { search }; |
|---|
| | 21 | ') |
|---|
| r1496 |
r1814 |
|
| 14 | 14 | |
|---|
| 15 | 15 | # CDSFramework generated networking & directory search perms |
|---|
| | 16 | optional_policy(` |
|---|
| | 17 | gen_require(` |
|---|
| | 18 | type root_t; |
|---|
| | 19 | ') |
|---|
| 16 | 20 | allow _a3_dirFiles_t root_t:dir { search }; |
|---|
| | 21 | ') |
|---|
| r1496 |
r1814 |
|
| 14 | 14 | |
|---|
| 15 | 15 | # CDSFramework generated networking & directory search perms |
|---|
| | 16 | optional_policy(` |
|---|
| | 17 | gen_require(` |
|---|
| | 18 | type root_t; |
|---|
| | 19 | ') |
|---|
| 16 | 20 | allow a3__dirFiles_t root_t:dir { search }; |
|---|
| | 21 | ') |
|---|
| r1496 |
r1814 |
|
| 14 | 14 | |
|---|
| 15 | 15 | # CDSFramework generated networking & directory search perms |
|---|
| | 16 | optional_policy(` |
|---|
| | 17 | gen_require(` |
|---|
| | 18 | type root_t; |
|---|
| | 19 | ') |
|---|
| 16 | 20 | allow _a_3__dirFiles_t root_t:dir { search }; |
|---|
| | 21 | ') |
|---|
| r1496 |
r1814 |
|
| 14 | 14 | |
|---|
| 15 | 15 | # CDSFramework generated networking & directory search perms |
|---|
| | 16 | optional_policy(` |
|---|
| | 17 | gen_require(` |
|---|
| | 18 | type root_t; |
|---|
| | 19 | ') |
|---|
| 16 | 20 | allow thisisanextremelylongnameforasymbolbutiwantedtoseeiftheparsercouldhandleaverylongsymbolname_dirFiles_t root_t:dir { search }; |
|---|
| | 21 | ') |
|---|
| r1654 |
r1814 |
|
| 20 | 20 | |
|---|
| 21 | 21 | # CDSFramework generated networking & directory search perms |
|---|
| | 22 | optional_policy(` |
|---|
| | 23 | gen_require(` |
|---|
| | 24 | type root_t; |
|---|
| | 25 | ') |
|---|
| 22 | 26 | allow d_dirFiles_t root_t:dir { search }; |
|---|
| | 27 | ') |
|---|
| r1654 |
r1814 |
|
| 32 | 32 | |
|---|
| 33 | 33 | # CDSFramework generated networking & directory search perms |
|---|
| | 34 | optional_policy(` |
|---|
| | 35 | gen_require(` |
|---|
| | 36 | type root_t; |
|---|
| | 37 | ') |
|---|
| 34 | 38 | allow a_dirFiles_t root_t:dir { search }; |
|---|
| | 39 | ') |
|---|
| | 40 | optional_policy(` |
|---|
| | 41 | gen_require(` |
|---|
| | 42 | type root_t; |
|---|
| | 43 | ') |
|---|
| 35 | 44 | allow d_dirFiles_t root_t:dir { search }; |
|---|
| | 45 | ') |
|---|
| | 46 | optional_policy(` |
|---|
| | 47 | gen_require(` |
|---|
| | 48 | type root_t; |
|---|
| | 49 | ') |
|---|
| 36 | 50 | allow entpoint_t root_t:dir { search }; |
|---|
| | 51 | ') |
|---|
| r1715 |
r1814 |
|
| 28 | 28 | # CDSFramework generated networking & directory search perms |
|---|
| 29 | 29 | allow parent_t root_t:dir { search }; |
|---|
| | 30 | optional_policy(` |
|---|
| | 31 | gen_require(` |
|---|
| | 32 | type root_t; |
|---|
| | 33 | ') |
|---|
| 30 | 34 | allow parent_child_dirFiles_t root_t:dir { search }; |
|---|
| | 35 | ') |
|---|
| r1715 |
r1814 |
|
| 22 | 22 | |
|---|
| 23 | 23 | # CDSFramework generated networking & directory search perms |
|---|
| | 24 | optional_policy(` |
|---|
| | 25 | gen_require(` |
|---|
| | 26 | type root_t; |
|---|
| | 27 | ') |
|---|
| 24 | 28 | allow domA_subdomainA_dirFiles_t root_t:dir { search }; |
|---|
| | 29 | ') |
|---|
| 25 | 30 | allow domA_t root_t:dir { search }; |
|---|
| r1496 |
r1814 |
|
| 17 | 17 | |
|---|
| 18 | 18 | # CDSFramework generated networking & directory search perms |
|---|
| | 19 | optional_policy(` |
|---|
| | 20 | gen_require(` |
|---|
| | 21 | type root_t; |
|---|
| | 22 | ') |
|---|
| 19 | 23 | allow domA_dirFiles_t root_t:dir { search }; |
|---|
| | 24 | ') |
|---|
| r1622 |
r1814 |
|
| 20 | 20 | |
|---|
| 21 | 21 | # CDSFramework generated networking & directory search perms |
|---|
| | 22 | optional_policy(` |
|---|
| | 23 | gen_require(` |
|---|
| | 24 | type root_t; |
|---|
| | 25 | ') |
|---|
| 22 | 26 | allow d_dirFiles_t root_t:dir { search }; |
|---|
| | 27 | ') |
|---|
| r1622 |
r1814 |
|
| 20 | 20 | |
|---|
| 21 | 21 | # CDSFramework generated networking & directory search perms |
|---|
| | 22 | optional_policy(` |
|---|
| | 23 | gen_require(` |
|---|
| | 24 | type root_t; |
|---|
| | 25 | ') |
|---|
| 22 | 26 | allow d_dirFiles_t root_t:dir { search }; |
|---|
| | 27 | ') |
|---|
| r1715 |
r1814 |
|
| 43 | 43 | |
|---|
| 44 | 44 | # CDSFramework generated networking & directory search perms |
|---|
| | 45 | optional_policy(` |
|---|
| | 46 | gen_require(` |
|---|
| | 47 | type root_t; |
|---|
| | 48 | ') |
|---|
| 45 | 49 | allow a_child_a_dirFiles_t root_t:dir { search }; |
|---|
| | 50 | ') |
|---|
| 46 | 51 | allow a_t root_t:dir { search }; |
|---|
| | 52 | optional_policy(` |
|---|
| | 53 | gen_require(` |
|---|
| | 54 | type root_t; |
|---|
| | 55 | ') |
|---|
| 47 | 56 | allow d_dirFiles_t root_t:dir { search }; |
|---|
| | 57 | ') |
|---|
| | 58 | optional_policy(` |
|---|
| | 59 | gen_require(` |
|---|
| | 60 | type root_t; |
|---|
| | 61 | ') |
|---|
| 48 | 62 | allow entpoint_t root_t:dir { search }; |
|---|
| | 63 | ') |
|---|
| r1622 |
r1814 |
|
| 19 | 19 | |
|---|
| 20 | 20 | # CDSFramework generated networking & directory search perms |
|---|
| | 21 | optional_policy(` |
|---|
| | 22 | gen_require(` |
|---|
| | 23 | type root_t; |
|---|
| | 24 | ') |
|---|
| 21 | 25 | allow domA_dirFiles_t root_t:dir { search }; |
|---|
| | 26 | ') |
|---|
| r1715 |
r1814 |
|
| 43 | 43 | |
|---|
| 44 | 44 | # CDSFramework generated networking & directory search perms |
|---|
| | 45 | optional_policy(` |
|---|
| | 46 | gen_require(` |
|---|
| | 47 | type root_t; |
|---|
| | 48 | ') |
|---|
| 45 | 49 | allow a_child_a_dirFiles_t root_t:dir { search }; |
|---|
| | 50 | ') |
|---|
| 46 | 51 | allow a_t root_t:dir { search }; |
|---|
| | 52 | optional_policy(` |
|---|
| | 53 | gen_require(` |
|---|
| | 54 | type root_t; |
|---|
| | 55 | ') |
|---|
| 47 | 56 | allow d_dirFiles_t root_t:dir { search }; |
|---|
| | 57 | ') |
|---|
| | 58 | optional_policy(` |
|---|
| | 59 | gen_require(` |
|---|
| | 60 | type root_t; |
|---|
| | 61 | ') |
|---|
| 48 | 62 | allow entpoint_t root_t:dir { search }; |
|---|
| | 63 | ') |
|---|
| r1715 |
r1814 |
|
| 31 | 31 | |
|---|
| 32 | 32 | # CDSFramework generated networking & directory search perms |
|---|
| | 33 | optional_policy(` |
|---|
| | 34 | gen_require(` |
|---|
| | 35 | type root_t; |
|---|
| | 36 | ') |
|---|
| 33 | 37 | allow entpoint_t root_t:dir { search }; |
|---|
| | 38 | ') |
|---|
| r1622 |
r1814 |
|
| 46 | 46 | |
|---|
| 47 | 47 | # CDSFramework generated networking & directory search perms |
|---|
| | 48 | optional_policy(` |
|---|
| | 49 | gen_require(` |
|---|
| | 50 | type root_t; |
|---|
| | 51 | ') |
|---|
| 48 | 52 | allow a_dirFiles_t root_t:dir { search }; |
|---|
| | 53 | ') |
|---|
| | 54 | optional_policy(` |
|---|
| | 55 | gen_require(` |
|---|
| | 56 | type root_t; |
|---|
| | 57 | ') |
|---|
| 49 | 58 | allow b_dirFiles_t root_t:dir { search }; |
|---|
| | 59 | ') |
|---|
| | 60 | optional_policy(` |
|---|
| | 61 | gen_require(` |
|---|
| | 62 | type root_t; |
|---|
| | 63 | ') |
|---|
| 50 | 64 | allow c_dirFiles_t root_t:dir { search }; |
|---|
| | 65 | ') |
|---|
| | 66 | optional_policy(` |
|---|
| | 67 | gen_require(` |
|---|
| | 68 | type root_t; |
|---|
| | 69 | ') |
|---|
| 51 | 70 | allow entpoint_t root_t:dir { search }; |
|---|
| | 71 | ') |
|---|
Download in other formats:
* Generating other formats may take time.