Просмотр исходного кода

Update build.yml

changed 938B to is not set for disable kpm securities
jimsterino98 6 месяцев назад
Родитель
Сommit
194956d626
1 измененных файлов с 11 добавлено и 11 удалено
  1. 11 11
      .github/workflows/build.yml

+ 11 - 11
.github/workflows/build.yml

@@ -229,17 +229,17 @@ jobs:
           if [[ "${{ inputs.branch }}" == "SM-S938B-Oneui7" ]]; then
           if [[ "${{ inputs.branch }}" == "SM-S938B-Oneui7" ]]; then
           cat >> "$COMMON/arch/arm64/configs/gki_sec_defconfig" << 'EOF'
           cat >> "$COMMON/arch/arm64/configs/gki_sec_defconfig" << 'EOF'
           #disable KPM securities
           #disable KPM securities
-          CONFIG_KDP_NS=n
-          CONFIG_KDP=n
-          CONFIG_KDP_CRED=n
-          CONFIG_TIMA=n
-          CONFIG_TZDEV=n
-          CONFIG_SEC_RESTRICT_ROOTING=n
-          CONFIG_KNOX_KAP=n
-          CONFIG_KNOX_NCM=n
-          CONFIG_SEC_KUNIT=n
-          CONFIG_INTEGRITY=n
-          CONFIG_IMA=n
+          # CONFIG_KDP_NS is not set
+          # CONFIG_KDP is not set
+          # CONFIG_KDP_CRED is not set
+          # CONFIG_TIMA is not set
+          # CONFIG_TZDEV is not set
+          # CONFIG_SEC_RESTRICT_ROOTING is not set
+          # CONFIG_KNOX_KAP is not set
+          # CONFIG_KNOX_NCM is not set
+          # CONFIG_SEC_KUNIT is not set
+          # CONFIG_INTEGRITY is not set
+          # CONFIG_IMA is not set
           EOF
           EOF
           
           
           elif [[ "${{ inputs.branch }}" == "SM-A546B-Oneui7" || "${{ inputs.branch }}" == "SM-A546E-Oneui7" || "${{ inputs.branch }}" == "SM-M146B-Oneui7-ADYJ2" ]]; then
           elif [[ "${{ inputs.branch }}" == "SM-A546B-Oneui7" || "${{ inputs.branch }}" == "SM-A546E-Oneui7" || "${{ inputs.branch }}" == "SM-M146B-Oneui7-ADYJ2" ]]; then