source: trunk/packages/xen-3.1/xen-3.1/tools/xm-test/tests/security-acm/xm-test-security_policy.xml @ 34

Last change on this file since 34 was 34, checked in by hartmans, 18 years ago

Add xen and xen-common

File size: 3.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Auto-generated by ezPolicy        -->
3<SecurityPolicyDefinition xmlns="http://www.ibm.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.ibm.com ../../security_policy.xsd ">
4    <PolicyHeader>
5        <PolicyName>xm-test</PolicyName>
6        <Date>Fri Sep 29 14:44:38 2006</Date>
7        <Version>1.0</Version>
8    </PolicyHeader>
9
10    <SimpleTypeEnforcement>
11        <SimpleTypeEnforcementTypes>
12            <Type>SystemManagement</Type>
13            <Type>green</Type>
14            <Type>red</Type>
15            <Type>blue</Type>
16        </SimpleTypeEnforcementTypes>
17    </SimpleTypeEnforcement>
18
19    <ChineseWall priority="PrimaryPolicyComponent">
20        <ChineseWallTypes>
21            <Type>SystemManagement</Type>
22            <Type>green</Type>
23            <Type>red</Type>
24            <Type>blue</Type>
25        </ChineseWallTypes>
26
27        <ConflictSets>
28            <Conflict name="RER">
29                <Type>blue</Type>
30                <Type>red</Type>
31            </Conflict>
32       </ConflictSets>
33    </ChineseWall>
34
35    <SecurityLabelTemplate>
36        <SubjectLabels bootstrap="SystemManagement">
37            <VirtualMachineLabel>
38                <Name>SystemManagement</Name>
39                <SimpleTypeEnforcementTypes>
40                    <Type>SystemManagement</Type>
41                    <Type>green</Type>
42                    <Type>red</Type>
43                    <Type>blue</Type>
44                </SimpleTypeEnforcementTypes>
45                <ChineseWallTypes>
46                    <Type>SystemManagement</Type>
47                </ChineseWallTypes>
48            </VirtualMachineLabel>
49
50            <VirtualMachineLabel>
51                <Name>green</Name>
52                <SimpleTypeEnforcementTypes>
53                    <Type>green</Type>
54                </SimpleTypeEnforcementTypes>
55                <ChineseWallTypes>
56                    <Type>green</Type>
57                </ChineseWallTypes>
58            </VirtualMachineLabel>
59
60            <VirtualMachineLabel>
61                <Name>red</Name>
62                <SimpleTypeEnforcementTypes>
63                    <Type>red</Type>
64                </SimpleTypeEnforcementTypes>
65                <ChineseWallTypes>
66                    <Type>red</Type>
67                </ChineseWallTypes>
68            </VirtualMachineLabel>
69
70            <VirtualMachineLabel>
71                <Name>blue</Name>
72                <SimpleTypeEnforcementTypes>
73                    <Type>blue</Type>
74                </SimpleTypeEnforcementTypes>
75                <ChineseWallTypes>
76                    <Type>blue</Type>
77                </ChineseWallTypes>
78            </VirtualMachineLabel>
79        </SubjectLabels>
80
81        <ObjectLabels>
82            <ResourceLabel>
83                <Name>SystemManagement</Name>
84                <SimpleTypeEnforcementTypes>
85                    <Type>SystemManagement</Type>
86                </SimpleTypeEnforcementTypes>
87            </ResourceLabel>
88
89            <ResourceLabel>
90                <Name>green</Name>
91                <SimpleTypeEnforcementTypes>
92                    <Type>green</Type>
93                </SimpleTypeEnforcementTypes>
94            </ResourceLabel>
95
96            <ResourceLabel>
97                <Name>red</Name>
98                <SimpleTypeEnforcementTypes>
99                    <Type>red</Type>
100                </SimpleTypeEnforcementTypes>
101            </ResourceLabel>
102
103            <ResourceLabel>
104                <Name>blue</Name>
105                <SimpleTypeEnforcementTypes>
106                    <Type>blue</Type>
107                </SimpleTypeEnforcementTypes>
108            </ResourceLabel>
109        </ObjectLabels>
110    </SecurityLabelTemplate>
111</SecurityPolicyDefinition>
Note: See TracBrowser for help on using the repository browser.