Skip to content

Commit 15b2f6b

Browse files
committed
[CIQ] Arm Lockdown Config Enablement
jira LE-2629 The config option CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT is enabled for x86_64 from our base kernel-ark fork process however since we prioritized the additional lockdown patches from Debian as they also support ARM they've also set the config CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT to for their arm configs as well so we must do the same. For technical reasons its defined here: https://salsa.debian.org/kernel-team/linux/-/blob/debian/latest/debian/config/config?ref_type=heads#L7762 It was validated that this is the generic setting by downloading their arm64 configs from here: https://packages.debian.org/sid/amd64/linux-config-6.12/download
1 parent e42bc54 commit 15b2f6b

4 files changed

+4
-4
lines changed

ciq/configs/kernel-aarch64-64k-debug.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -7830,7 +7830,7 @@ CONFIG_SECURITY_YAMA=y
78307830
# CONFIG_SECURITY_SAFESETID is not set
78317831
CONFIG_SECURITY_LOCKDOWN_LSM=y
78327832
CONFIG_SECURITY_LOCKDOWN_LSM_EARLY=y
7833-
# CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT is not set
7833+
CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT=y
78347834
CONFIG_LOCK_DOWN_KERNEL_FORCE_NONE=y
78357835
# CONFIG_LOCK_DOWN_KERNEL_FORCE_INTEGRITY is not set
78367836
# CONFIG_LOCK_DOWN_KERNEL_FORCE_CONFIDENTIALITY is not set

ciq/configs/kernel-aarch64-64k.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -7808,7 +7808,7 @@ CONFIG_SECURITY_YAMA=y
78087808
# CONFIG_SECURITY_SAFESETID is not set
78097809
CONFIG_SECURITY_LOCKDOWN_LSM=y
78107810
CONFIG_SECURITY_LOCKDOWN_LSM_EARLY=y
7811-
# CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT is not set
7811+
CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT=y
78127812
CONFIG_LOCK_DOWN_KERNEL_FORCE_NONE=y
78137813
# CONFIG_LOCK_DOWN_KERNEL_FORCE_INTEGRITY is not set
78147814
# CONFIG_LOCK_DOWN_KERNEL_FORCE_CONFIDENTIALITY is not set

ciq/configs/kernel-aarch64-debug.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -7836,7 +7836,7 @@ CONFIG_SECURITY_YAMA=y
78367836
# CONFIG_SECURITY_SAFESETID is not set
78377837
CONFIG_SECURITY_LOCKDOWN_LSM=y
78387838
CONFIG_SECURITY_LOCKDOWN_LSM_EARLY=y
7839-
# CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT is not set
7839+
CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT=y
78407840
CONFIG_LOCK_DOWN_KERNEL_FORCE_NONE=y
78417841
# CONFIG_LOCK_DOWN_KERNEL_FORCE_INTEGRITY is not set
78427842
# CONFIG_LOCK_DOWN_KERNEL_FORCE_CONFIDENTIALITY is not set

ciq/configs/kernel-aarch64.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -7814,7 +7814,7 @@ CONFIG_SECURITY_YAMA=y
78147814
# CONFIG_SECURITY_SAFESETID is not set
78157815
CONFIG_SECURITY_LOCKDOWN_LSM=y
78167816
CONFIG_SECURITY_LOCKDOWN_LSM_EARLY=y
7817-
# CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT is not set
7817+
CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT=y
78187818
CONFIG_LOCK_DOWN_KERNEL_FORCE_NONE=y
78197819
# CONFIG_LOCK_DOWN_KERNEL_FORCE_INTEGRITY is not set
78207820
# CONFIG_LOCK_DOWN_KERNEL_FORCE_CONFIDENTIALITY is not set

0 commit comments

Comments
 (0)