Skip to content

Commit 316b8b3

Browse files
committed
fix(linux): Add missing Security features in AM64x
Enable Security features- SELinux, Authenticated Boot, fTPM based encrypted boot documentation for AM64x Signed-off-by: Shiva Tripathi <s-tripathi1@ti.com>
1 parent 41755c0 commit 316b8b3

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

configs/AM64X/AM64X_linux_toc.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ linux/Foundational_Components_Kernel_FAQs
8686
linux/Foundational_Components_Security
8787
linux/Foundational_Components/System_Security/Security_overview
8888
linux/Foundational_Components/System_Security/Memory_Firewalls
89+
linux/Foundational_Components/System_Security/SELinux
90+
linux/Foundational_Components/System_Security/Auth_boot
91+
linux/Foundational_Components/System_Security/Filesystem_Encryption
8992
linux/Foundational_Components_Machine_Learning
9093
linux/Foundational_Components/Machine_Learning/arm_compute_library
9194
linux/Foundational_Components/Machine_Learning/armnn

source/linux/Foundational_Components/System_Security/Security_overview.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The following table lists some of the key Security Features:
7070
+-------------------------+-----------------------------------------------------------+--------------------------------------+
7171

7272

73-
.. ifconfig:: CONFIG_part_variant in ('AM62X', 'AM62PX', 'AM62AX')
73+
.. ifconfig:: CONFIG_part_variant in ('AM62X', 'AM62PX', 'AM62AX', 'AM64X')
7474

7575
+-------------------------+-----------------------------------------------------------+--------------------------------------+
7676
| Security Feature | Description | Links |
@@ -103,7 +103,7 @@ The following table lists some of the key Security Features:
103103
|**Filesystem Encryption**| using LUKS2 with TPM-sealed keys | |
104104
+-------------------------+-----------------------------------------------------------+--------------------------------------+
105105

106-
.. ifconfig:: CONFIG_part_variant not in ('AM62X', 'AM62PX', 'AM62AX', 'AM62LX')
106+
.. ifconfig:: CONFIG_part_variant not in ('AM62X', 'AM62PX', 'AM62AX', 'AM62LX', 'AM64X')
107107

108108
+-------------------------+-----------------------------------------------------------+--------------------------------------+
109109
| Security Feature | Description | Links |

0 commit comments

Comments
 (0)