Ignore:
Timestamp:
02/03/2024 11:23:10 AM (8 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.2, gimp3, ken/TL2024, lazarus, rahul/power-profiles-daemon, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128
Children:
50d35ab3
Parents:
cd45da76
Message:

kernel-config: Adjust config needed by keyutils test

CRYPTO_DH is automatically set if KEY_DH_OPERATIONS is set, so there is
no need to mention it. CRYPTO_LIB_CHACHA20POLY1305 is needed to be y
or BIG_KEYS won't show up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel-config/general/genlib/keyutils-test.toml

    rcd45da76 r20aab88  
    33KEY_DH_OPERATIONS='*'
    44CRYPTO = { value = '*', forced = '*' }
    5 CRYPTO_DH='*M'
    65SYSTEM_TRUSTED_KEYRING='*'
    76SECONDARY_TRUSTED_KEYRING='*'
    87SYSTEM_BLACKLIST_KEYRING='*'
     8
     9[CRYPTO_LIB_CHACHA20POLY1305]
     10value = '*'
     11comment = [
     12  "If not built into the kernel, [BIG_KEYS] won't show up;",
     13  "building as a module won't work"
     14]
Note: See TracChangeset for help on using the changeset viewer.