[Zope3-checkins] SVN: Zope3/trunk/doc/security/SecurityTarget.tex vertical table headers

Christian Zagrodnick cz at gocept.com
Tue Apr 19 09:56:20 EDT 2005


Log message for revision 30043:
  vertical table headers
  

Changed:
  U   Zope3/trunk/doc/security/SecurityTarget.tex

-=-
Modified: Zope3/trunk/doc/security/SecurityTarget.tex
===================================================================
--- Zope3/trunk/doc/security/SecurityTarget.tex	2005-04-19 13:00:49 UTC (rev 30042)
+++ Zope3/trunk/doc/security/SecurityTarget.tex	2005-04-19 13:56:20 UTC (rev 30043)
@@ -11,7 +11,16 @@
 \usepackage{multirow}
 \usepackage{ifthen}
 \usepackage[colorlinks=true,linkcolor=blue,urlcolor=blue]{hyperref}
+\usepackage{booktabs}
+\usepackage{rotating}
 
+\newcolumntype{R}{%
+  >{\begin{turn}{90}%
+          \hspace{0pt}}l%
+  <{\end{turn}}%
+}
+\newcommand{\oh}{$\bullet$}
+
 \title{Zope X3 Security Target for EAL 1 ({\$}Rev: 30023 {\$} - Draft)}
 \author{Christian Theune, Steve Alexander, Jim Fulton, Christian Zagrodnick}
 \date{\today}
@@ -2651,17 +2660,28 @@
 \end{description}
 
 \begin{table}
-  \begin{tabular}{rcccccccccccc}
-             & T.IA  & T.Perm &T.Operation&T.AuditFake&T.Import  & T.RIP&T.Transaction&T.Undo &  T.USB&T.Timestamps &  T.Trustedpath & T.Host \\
-             &       &       &            &            &         &      &             &       &       &             &                 &       \\ 
-O.IA         &   X   &       &            &            &         &      &             &       &       &             &                 &       \\
-O.Delegation &       &    X  &            &            &         &      &             &       &       &             &                 &        \\
-O.Audit      &       &       &            &     X      &         &      &             &       &       &             &                 &        \\
-O.Protect    &       &       &            &     X      &         &      &             &       &       &             &                 &        \\
-O.Access     &       &       &       X    &            &         &      &             &       &       &             &                 &        \\
-O.Integrity  &       &       &            &            &         &    X &             &       &       &             &                 &        \\
-O.Attributes &       &       &            &            &         &      &             &    X  &       &             &                 &        \\
-O.ManageRisk &   X   &       &            &            &         &      &             &       &       &             &                 &        \\
+  \begin{tabular}{rRRRRRRRRRRRR}
+    \toprule
+    & T.IA  & T.Perm &T.Operation&T.AuditFake&T.Import  & T.RIP&T.Transaction&T.Undo &  T.USB&T.Timestamps &  T.Trustedpath & T.Host \\
+    \midrule
+O.IA         &  \oh  &       &            &            &         &      &             &       &       &             &                 &       \\
+O.Delegation &       &   \oh &            &            &         &      &             &       &       &             &                 &        \\
+O.Audit      &       &       &            &    \oh     &         &      &             &       &       &             &                 &        \\
+O.Protect    &       &       &            &    \oh     &         &      &             &       &       &             &                 &        \\
+O.Access     &       &       &      \oh   &            &         &      &             &       &       &             &                 &  \oh   \\
+O.Integrity  &       &       &            &            &         &  \oh &             &       &       &             &                 &        \\
+O.Attributes &       &       &            &            &         &      &             &  \oh  &       &             &                 &        \\
+O.ManageRisk &   \oh &       &            &            &         &      &             &       &       &             &                 &        \\
+\midrule
+OE.OS \\
+OE.Trust \\
+OE.Manage \\
+OE.AUDITLOG \\
+OE.Network \\
+OE.Client \\
+OE.Credential \\
+
+\bottomrule
   \end{tabular}
   \caption{Mapping of Threats to Security Objectives}
 \end{table}



More information about the Zope3-Checkins mailing list