aboutsummaryrefslogtreecommitdiffstats
path: root/tools/security/python/xensec_gen/index.html
blob: a9fbd751637235d718e2e376dd53f3e5067d421e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!--
 The Initial Developer of the Original Code is International
 Business Machines Corporation. Portions created by IBM
 Corporation are Copyright (C) 2005 International Business
 Machines Corporation. All Rights Reserved.
 -->

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
  <HEAD>
    <META name="author" content="Tom Lendacky">
    <META name="copyright" content="Copyright (C) 2005 International Business Machines Corporation. All rights reserved">

    <STYLE type="text/css">
      <!--
      BODY       {background-color: #EEEEFF;}
      TABLE.xen  {width: 100%; border: 0px solid black;}
      TD         {border: 0px solid black;}
      TD.heading {border: 0px solid black; font-weight: bold; font-size: larger;}
      -->
    </STYLE>
    <TITLE>Xen Security Policy Tool</TITLE>
  </HEAD>

  <BODY>
    <H1>Xen Security Policy Generation Tool</H1>

    <CENTER>
    <FORM action="/cgi-bin/policy.cgi" method="post" enctype="multipart/form-data">
    <TABLE class="xen">
      <COLGROUP>
        <COL width="25%">
        <COL width="20%">
        <COL width="55%">
      </COLGROUP>

      <TR>
        <TD valign="top" class="heading">
          Security Policy
        </TD>
        <TD valign="top" colspan="2">
          To generate a new Xen Security Policy leave the
          <B>"Policy File"</B> entry field
          empty and click the "Create" button.<BR>
          To modify an existing Xen Security Policy enter the
          file name containing the policy in the
          <B>"Policy File"</B> entry field
          and click the "Create" button.<HR>
        </TD>
      </TR>
      <TR>
        <TD></TD>
        <TD>
          Policy File:
        </TD>
        <TD>
          <INPUT type="file" size="50" name="i_policy">
        </TD>
      </TR>
      <TR>
        <TD></TD>
        <TD valign="top">
          <INPUT type="submit" name="i_policyCreate" value="Create">
        </TD>
        <TD></TD>
      </TR>
    </TABLE>
    </FORM>

    <FORM action="/cgi-bin/policylabel.cgi" method="post" enctype="multipart/form-data">
    <TABLE class="xen">
      <COLGROUP>
        <COL width="25%">
        <COL width="20%">
        <COL width="55%">
      </COLGROUP>

      <TR>
        <TD valign="top" class="heading">
          Security Policy Labeling
        </TD>
        <TD valign="top" colspan="2">
          To generate or edit the Xen Security Policy Labeling you <B>must</B>
          specify the name of
          an existing Xen Security Policy file in the
          <B>"Policy File"</B> entry field.<BR>
          To generate new Xen Security Policy Labeling leave the
          <B>"Policy Labeling File"</B> entry field
          empty and click the "Create" button.<BR>
          To modify existing Xen Security Policy Labeling enter the
          file name containing the labeling in the
          <B>"Policy Labeling File"</B> entry field
          and click the "Create" button.<HR>
        </TD>
      </TR>
      <TR>
        <TD></TD>
        <TD>
          Policy File:
        </TD>
        <TD>
          <INPUT type="file" size="50" name="i_policy">
        </TD>
      </TR>
      <TR>
        <TD></TD>
        <TD>
          Policy Labeling File:
        </TD>
        <TD>
          <INPUT type="file" size="50" name="i_policyLabel">
        </TD>
      </TR>
      <TR>
        <TD></TD>
        <TD valign="top">
          <INPUT type="submit" name="i_policyLabelCreate" value="Create">
        </TD>
        <TD></TD>
      </TR>
    </TABLE>
    </FORM>
  </CENTER>
  </BODY>
</HTML>