|
|
@@ -190,6 +190,13 @@ jobs:
|
|
|
with:
|
|
|
ksu_branch: ${{ inputs.ksu_branch }}
|
|
|
|
|
|
+ - name: Disable SUSFS for ReSukiSU without SUSFS feature
|
|
|
+ if: ${{ inputs.root_flavor == 'resukisu' && !contains(inputs.feature_set, 'SUSFS') }}
|
|
|
+ uses: ./.github/actions/set-kernel-config
|
|
|
+ with:
|
|
|
+ config_list: |
|
|
|
+ CONFIG_KSU_SUSFS=n
|
|
|
+
|
|
|
- name: Verify root ABI/KMI safeguards
|
|
|
if: ${{ inputs.preserve_abi }}
|
|
|
uses: ./.github/actions/abi-kmi-safeguards
|