blob: 467e35d0bc276e94066c928d7df18820116d0065 [file] [log] [blame]
Clay Murphyaf377572015-10-29 15:38:46 -07001<!--
2 Copyright 2015 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16<?cs # Table of contents for security?>
17<ul id="nav">
18 <!-- Security -->
19 <li class="nav-section">
20 <div class="nav-section-header">
21 <a href="<?cs var:toroot ?>security/index.html">
22 <span class="en">Security</span>
23 </a>
24 </div>
25 <ul>
26 <li class="nav-section">
27 <div class="nav-section-header">
28 <a href="<?cs var:toroot ?>security/overview/index.html">
29 <span class="en">Overview</span>
30 </a>
31 </div>
32 <ul>
33 <li><a href="<?cs var:toroot ?>security/overview/kernel-security.html">Kernel security</a></li>
34 <li><a href="<?cs var:toroot ?>security/overview/app-security.html">App security</a></li>
35 <li><a href="<?cs var:toroot ?>security/overview/updates-resources.html">Updates and resources</a></li>
36 <li class="nav-section">
37 <div class="nav-section-header">
38 <a href="<?cs var:toroot ?>security/enhancements/index.html">
39 <span class="en">Enhancements</span>
40 </a>
41 </div>
42 <ul>
43 <li><a href="<?cs var:toroot ?>security/enhancements/enhancements60.html">Android 6.0</a></li>
44 <li><a href="<?cs var:toroot ?>security/enhancements/enhancements50.html">Android 5.0</a></li>
45 <li><a href="<?cs var:toroot ?>security/enhancements/enhancements44.html">Android 4.4</a></li>
46 <li><a href="<?cs var:toroot ?>security/enhancements/enhancements43.html">Android 4.3</a></li>
47 <li><a href="<?cs var:toroot ?>security/enhancements/enhancements42.html">Android 4.2</a></li>
48 <li><a href="<?cs var:toroot ?>security/enhancements/enhancements41.html">Android 4.1</a></li>
49 </ul>
50 </li>
51 <li><a href="<?cs var:toroot ?>security/overview/acknowledgements.html">Acknowledgements</a></li>
52 </ul>
53 </li>
54 <li class="nav-section">
55 <div class="nav-section-header">
56 <a href="<?cs var:toroot ?>security/implement.html">
57 <span class="en">Implementation</span>
58 </a>
59 </div>
60 <ul>
61 <li class="nav-section">
62 <div class="nav-section-header">
63 <a href="<?cs var:toroot ?>security/authentication/index.html">
64 <span class="en">Authentication</span>
65 </a>
66 </div>
67 <ul>
68 <li><a href="<?cs var:toroot ?>security/authentication/fingerprint-hal.html">Fingerprint HAL</a></li>
69 <li><a href="<?cs var:toroot ?>security/authentication/gatekeeper.html">Gatekeeper</a></li>
70 <li class="nav-section">
71 <div class="nav-section-header">
72 <a href="<?cs var:toroot ?>security/authentication/keymaster.html">
73 <span class="en">Keymaster</span>
74 </a>
75 </div>
76 <ul>
77 <li><a href="<?cs var:toroot ?>security/authentication/km-features.html">Features</a></li>
78 <li><a href="<?cs var:toroot ?>security/authentication/km-implementer-ref.html">Implementer's Reference</a></li>
79 </ul>
80 </li>
81 </ul>
82 </li>
83 <li><a href="<?cs var:toroot ?>security/encryption/index.html">Full Disk Encryption</a></li>
84 <li class="nav-section">
85 <div class="nav-section-header">
86 <a href="<?cs var:toroot ?>security/selinux/index.html">
87 <span class="en">SELinux</span>
88 </a>
89 </div>
90 <ul>
91 <li><a href="<?cs var:toroot ?>security/selinux/concepts.html">Concepts</a></li>
92 <li><a href="<?cs var:toroot ?>security/selinux/implement.html">Implementation</a></li>
93 <li><a href="<?cs var:toroot ?>security/selinux/customize.html">Customization</a></li>
94 <li><a href="<?cs var:toroot ?>security/selinux/validate.html">Validation</a></li>
95 </ul>
96 </li>
97 <li class="nav-section">
98 <div class="nav-section-header">
99 <a href="<?cs var:toroot ?>security/verifiedboot/index.html">
100 <span class="en">Verified Boot</span>
101 </a>
102 </div>
103 <ul>
104 <li><a href="<?cs var:toroot ?>security/verifiedboot/verified-boot.html">Verifying boot</a></li>
105 <li><a href="<?cs var:toroot ?>security/verifiedboot/dm-verity.html">Implementing dm-verity</a></li>
106 </ul>
107 </li>
108
109 </ul>
110 </li>
111 </ul>
112 <!-- End Security -->
113</ul>