Skip to content

Commit 73611bb

Browse files
[DOCS] EMT Info Architecture Overhaul - security considerations for 3.0 (open-edge-platform#358)
1 parent c3ef5b3 commit 73611bb

File tree

8 files changed

+29
-5
lines changed

8 files changed

+29
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Before submitting a new report, check the existing issues to see if a similar on
4949
been filed already. If no matching issue is found, feel free to file the issue as described
5050
in the [contribution guide](./docs/developer-guide/emt-contribution.md).
5151

52-
For security-related concerns, please refer to [SECURITY.md](./SECURITY.md).
52+
For security-related concerns, please refer to [security considerations](./docs/developer-guide/emt-security-considerations.md).
5353

5454
[Azure Linux Documentation](toolkit/docs/), may also be useful, if you encounter
5555
problems when using Edge Microvisor Toolkit. Its copy is part of the Edge

SECURITY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Security Policy
2+
23
Intel is committed to rapidly addressing security vulnerabilities affecting our customers and providing clear guidance on the solution, impact, severity and mitigation.
34

45
## Reporting a Vulnerability
56
Please report any security vulnerabilities in this project [utilizing the guidelines here](https://www.intel.com/content/www/us/en/security-center/vulnerability-handling-guidelines.html).
67

8+
## Security Considerations
9+
10+
Familiarize yourself with security considerations of the software [here](./docs//developer-guide/emt-security-considerations.md).

docs/developer-guide/emt-get-started.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,4 @@ outlines the key differences between those.
7070
:::{toctree}
7171
./get-started/emt-building-howto.md
7272
./get-started/emt-installation-howto.md
73-
./get-started/emt-sb-howto.md
7473
:::
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Edge Microvisor Toolkit Security Considerations
2+
3+
## EMT Security Overview
4+
5+
The [Edge Microvisor Toolkit Security Overview](./security-considerations/emt-security-overview.md) describes security features used in Edge Microvisor Toolkit to ensure safe and reliable operation, and how to use them.
6+
7+
## Enabling Secure Boot for EMT
8+
9+
This guide will teach you how to [Enable Secure Boot for Edge Microvisor Toolkit](./security-considerations/emt-sb-howto.md), improving the safety of your edge node.
10+
11+
## Security Policy
12+
13+
Intel is committed to rapidly addressing security vulnerabilities affecting our customers and providing clear guidance on the solution, impact, severity and mitigation.
14+
15+
## Reporting a Vulnerability
16+
Please report any security vulnerabilities in this project [utilizing the guidelines here](https://www.intel.com/content/www/us/en/security-center/vulnerability-handling-guidelines.html).
17+
18+
:::{toctree}
19+
./security-considerations/emt-sb-howto.md
20+
./security-considerations/emt-security-overiew.md
21+
:::

docs/developer-guide/emt-troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,5 +231,5 @@ Buildkit can produce.
231231
To install from a USB device, you need to update BIOS to include the
232232
USB boot option and make sure USB boot has highest precedence in the
233233
boot order list. You also need to configure BIOS with the Platform Keys (PK) to enable
234-
[secure boot](./get-started/emt-sb-howto.md) for Edge Microvisor Toolkit.
234+
[secure boot](./security-considerations/emt-sb-howto.md) for Edge Microvisor Toolkit.
235235
::::

docs/developer-guide/get-started/emt-installation-howto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describes in detail how to quickly install and try out Edge Microvisor Toolkit o
99

1010
## Next
1111

12-
- Learn how to [Enable Secure Boot for Edge Microvisor Toolkit](./emt-sb-howto.md).
12+
- Learn how to [Enable Secure Boot for Edge Microvisor Toolkit](../security-considerations/emt-sb-howto.md).
1313
- Learn how to customize and manually [build microvisor images](./emt-building-howto.md).
1414

1515
:::{toctree}

docs/developer-guide/get-started/emt-sb-howto.md renamed to docs/developer-guide/security-considerations/emt-sb-howto.md

File renamed without changes.

docs/developer-guide/emt-security.md renamed to docs/developer-guide/security-considerations/emt-security-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ implemented through platform fuses or other dedicated technologies. Each compone
1919
authenticated before the next stage loads. If any link cannot be verified, the boot process
2020
stops immediately to prevent potential tampering.
2121

22-
![System Partition](assets/emt-security-partitions.drawio.svg)
22+
![System Partition](../assets/emt-security-partitions.drawio.svg)
2323

2424
> **Note:**
2525
Measured Boot is a related mechanism that records cryptographic hashes (measurements) of

0 commit comments

Comments
 (0)