Changeset 1738
- Timestamp:
- 05/04/07 12:26:30
(2 years ago)
- Author:
- dsugar
- Message:
update version number in preparation of public release
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1634 |
r1738 |
|
| 3 | 3 | Bundle-Name: %pluginName |
|---|
| 4 | 4 | Bundle-SymbolicName: com.tresys.cdsframework; singleton:=true |
|---|
| 5 | | Bundle-Version: 1.2.9 |
|---|
| | 5 | Bundle-Version: 2.0.0 |
|---|
| 6 | 6 | Bundle-Activator: com.tresys.framework.plugin.SEFramework_Plugin |
|---|
| 7 | 7 | Bundle-Localization: plugin |
|---|
| r1733 |
r1738 |
|
| 3 | 3 | id="com.tresys.cdsframework" |
|---|
| 4 | 4 | label="CDS Framework" |
|---|
| 5 | | version="1.2.9" |
|---|
| | 5 | version="2.0.0" |
|---|
| 6 | 6 | provider-name="Tresys Technology" |
|---|
| 7 | 7 | os="linux" |
|---|
| … | … | |
| 9 | 9 | |
|---|
| 10 | 10 | <description url="http://oss.tresys.com/projects/cdsframework"> |
|---|
| 11 | | The CDS Framework IDE provides engineers with the ability to design and implement cross domain solutions using the power of SELinux without prior knowledge of the complex details of underlying SELinux policies. |
|---|
| 12 | | The CDS Framework provides two main benefits to CDS Developers on SELinux systems: |
|---|
| | 11 | The CDS Framework Toolkit allows engineers to leverage the power of SELinux when designing and implementing cross domain solutions without requiring that they have in depth knowledge of the complex details of underlying SELinux security policies. In particular the CDS Framework Toolkit provides the following benefits to CDS developers on SELinux systems: |
|---|
| 13 | 12 | |
|---|
| 14 | | * a high-level language for specifying architectures focused on the information-flow goals of the particular cross domain solution, and |
|---|
| 15 | | * an integrated development environment. |
|---|
| | 13 | * An integrated development environment for creating security policy |
|---|
| | 14 | * Graphical representation of information flow for developing security policy |
|---|
| | 15 | * A high-level language for specifying architectures focused on the information flow goals of the particular cross domain solution |
|---|
| 16 | 16 | |
|---|
| 17 | | The CDS Framework IDE makes development of cross domain solutions on SELinux faster, simpler, and more intuitive. |
|---|
| | 17 | The CDS Framework Toolkit makes development of cross domain solutions on SELinux faster, simpler, and more intuitive. |
|---|
| 18 | 18 | |
|---|
| 19 | | The CDS Framework IDE includes the following features: |
|---|
| | 19 | The CDS Framework Toolkit includes the following features: |
|---|
| 20 | 20 | |
|---|
| 21 | | * Custom high-level language for CDS development |
|---|
| 22 | | * Graphical user interface for development |
|---|
| 23 | | * Language syntax highlighting |
|---|
| 24 | | * SELinux policy generation |
|---|
| 25 | | |
|---|
| 26 | | The CDS Framework automatically translates the high-level language descriptions into loadable SELinux policy. |
|---|
| 27 | | This allows security professionals to design their system architectures independent of SELinux and subsequently deploy their solutions in an operational system with minimal knowledge of SELinux. |
|---|
| | 21 | * Graphical interface for developing security policy |
|---|
| | 22 | * Custom high-level language for CDS policy development |
|---|
| | 23 | * Ability to graphically represent security archetecture |
|---|
| | 24 | * Language syntax highlighting |
|---|
| | 25 | * SELinux policy generation |
|---|
| 28 | 26 | </description> |
|---|
| 29 | 27 | |
|---|
| … | … | |
| 100 | 98 | download-size="800" |
|---|
| 101 | 99 | install-size="800" |
|---|
| 102 | | version="1.2.9"/> |
|---|
| | 100 | version="2.0.0"/> |
|---|
| 103 | 101 | |
|---|
| 104 | 102 | <plugin |
|---|
| … | … | |
| 106 | 104 | download-size="1024" |
|---|
| 107 | 105 | install-size="1024" |
|---|
| 108 | | version="1.2.2" |
|---|
| | 106 | version="2.0.0" |
|---|
| 109 | 107 | unpack="false"/> |
|---|
| 110 | 108 | |
|---|
| r1634 |
r1738 |
|
| 6 | 6 | Eclipse-LazyStart: false |
|---|
| 7 | 7 | Bundle-SymbolicName: com.tresys.cdsframework.doc.user; singleton:=true |
|---|
| 8 | | Bundle-Version: 1.2.2 |
|---|
| | 8 | Bundle-Version: 2.0.0 |
|---|
| 9 | 9 | Require-Bundle: org.eclipse.ui, |
|---|
| 10 | 10 | org.eclipse.help |
|---|
| r1733 |
r1738 |
|
| 3 | 3 | id="com.tresys.cdsframework" |
|---|
| 4 | 4 | label="CDS Framework" |
|---|
| 5 | | version="1.2.9" |
|---|
| | 5 | version="2.0.0" |
|---|
| 6 | 6 | provider-name="Tresys Technology" |
|---|
| 7 | 7 | os="linux" |
|---|
| … | … | |
| 93 | 93 | <import plugin="org.eclipse.help"/> |
|---|
| 94 | 94 | <import plugin="com.tresys.cdsframework.libselinuxjava" version="1.0.1" match="greaterOrEqual"/> |
|---|
| 95 | | <import plugin="com.tresys.slide" version="1.1.7" match="greaterOrEqual"/> |
|---|
| | 95 | <import plugin="com.tresys.slide" version="1.1.9" match="greaterOrEqual"/> |
|---|
| 96 | 96 | </requires> |
|---|
| 97 | 97 | |
|---|
| … | … | |
| 100 | 100 | download-size="800" |
|---|
| 101 | 101 | install-size="800" |
|---|
| 102 | | version="1.2.9"/> |
|---|
| | 102 | version="2.0.0"/> |
|---|
| 103 | 103 | |
|---|
| 104 | 104 | <plugin |
|---|
| … | … | |
| 106 | 106 | download-size="1024" |
|---|
| 107 | 107 | install-size="1024" |
|---|
| 108 | | version="1.2.2" |
|---|
| | 108 | version="2.0.0" |
|---|
| 109 | 109 | unpack="false"/> |
|---|
| 110 | 110 | |
|---|
Download in other formats:
* Generating other formats may take time.