root/branches/networking/plugin.properties

Revision 2029, 3.9 kB (checked in by apatel, 9 months ago)

merged custom policy branch 2026 to the trunk.

Line 
1  ##################################################################################
2  # Copyright (C) 2006 Tresys Technology, LLC
3  # License: refer to COPYING file for license information.
4  # Authors: David Sugar <dsugar@tresys.com>
5  #
6  # plugin.properties
7  #
8  # NOTE :- please utilize this class when introducing new extension
9  #                      point or any String variables in plugin.xml
10  ##################################################################################
11
12 ## plugin
13 providerName = Tresys Technology
14 pluginName = CDS Framework
15
16 ## Editors
17 dictionaryEditor = CDS Framework Dictionary Editor
18 policyEditor = CDS Framework Policy Editor
19 systemEdtor = CDS Framework System Resource Editor
20 graphicalEditor = CDS Framework Graphical Editor
21 policyEditorProxy = CDS Framework Policy Editor Opener
22 linkageEditor = CDS Framework Linkage Editor
23 cpleditor = CDS Framewrok Custom Policy Editor
24
25 ## properties
26 booleansProperty = Booleans
27 tunablesProperty = Tunables
28 modulesProperty = Modules
29 systemProperties = System Preferences
30 projectProperties = CDS Framework
31 corenetworkProperies = Network Configuration
32 roleMapProperties = Role Map
33 userProperties = Users
34 packageInfoProperties = Package Information
35 identificationProperties = Identification
36 MLSSettingsProperties = MLS Settings
37
38 ## markers
39 parseProblem = Parsing Problem
40
41 ## nature
42 frameworkNature = CDS Framework Nature
43
44 ## builder
45 frameworkBuilder = CDS Framework Builder
46 AccessCheckBuilder = Access Check Builder
47
48 ## plugin Preferences
49 frameworkPrefs = CDS Framework
50 policyTextEditor = Text Editor
51 policyGraphicEditor = Graphical Editor
52
53 ## wizards
54 frameworkCategory = CDS Framework
55 frameworkProject = CDS Framework Project
56 frameworkProjectDescription = New project to developing SELinux policy using CDS Framework
57 frameworkSystem = System
58 frameworkSystemDescription = New CDS Framework policy for a system
59 frameworkFile = CDS Framework File
60 BaseResourceWizard = Base Resource
61 BaseResourceWizardDescription = New custom Base Resource to interface with features in the reference policy.
62 BaseDomainWizard = Base Domain
63 BaseDomainWizardDescription = New custom Base Domain to interface with features in the reference policy.
64 AbilityWizard = Ability
65 AbilityWizardDescription = New custom ability to modify behavior of a domain.
66 DictionaryWizard = Dictionary
67 DictionaryWizardDescription = New custom dictionary entry to provide special permissions in generated policy.
68
69
70 ## perspective
71 frameworkPerspective = CDS Framework
72
73 ## views
74 navigator = Framework Navigator
75
76 ## menus
77 focusSystem = Focus System
78 compilePolicy = Compile Policy
79 focusDomain = Focus Domain
80
81 ## decorator
82 frameworkNavigatorDecorator = Framework Navigator Decorator
83
84 ## action
85 buildRPM = Build RPM
86 buildRPMToolTip=Generate SELinux Policy RPM
87
88 ## theme
89 frameworkThemeCategory = CDS Framework
90 frameworkThemeCategoryDescription = Properties associated with CDS Framework Editors
91 frameworkGraphicFont = Graphic Font
92 frameworkGraphicFontDescription = Font to use for the text label of policy items in the graphical policy editor.
93 frameworkGraphicBorderColor = Graphical Color
94 frameworkGraphicBorderColorDescription = Color to use for the border of policy items in the graphical policy editor.
95 frameworkGraphicTextColor = Font Color
96 frameworkGraphicTextColorDescription = Color to use for the text label of policy items in the graphical policy editor.
97 frameworkGraphicConnectionColor = Connection Color
98 frameworkGraphicConnectionColorDescription = Color to use for the connection of policy items in the graphical policy editor.
99 backflowCategory = Information Backflow
100 backflowCategoryDescription = Define Information Backflow display characteristics
101 backflowRangeEnd = High bandwidth backflow
102 backflowRangeEndDescription = Define the color representation indicating high bandwidth backflow
103 backflowRangeStart = Low bandwidth backflow
104 backflowRangeStartDescription = Define the color representation indicating limited bandwidth backflow
Note: See TracBrowser for help on using the browser.