source: kernel-config/general/genlib/keyutils-test.toml@ 20aab88

12.1 ken/TL2024 lazarus rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since 20aab88 was 20aab88, checked in by Xi Ruoyao <xry111@…>, 5 months ago

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.

  • Property mode set to 100644
File size: 323 bytes
Line 
1BIG_KEYS='*'
2KEYS='*'
3KEY_DH_OPERATIONS='*'
4CRYPTO = { value = '*', forced = '*' }
5SYSTEM_TRUSTED_KEYRING='*'
6SECONDARY_TRUSTED_KEYRING='*'
7SYSTEM_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 TracBrowser for help on using the repository browser.