From b04ff66b426c6cffa3b27d0448e633ebf6aba147 Mon Sep 17 00:00:00 2001 From: Aidan Dang Date: Sun, 4 Dec 2022 02:26:13 +1100 Subject: Implement --luks-pbkdf-force-iterations for homed --- docs/USER_RECORD.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'docs/USER_RECORD.md') diff --git a/docs/USER_RECORD.md b/docs/USER_RECORD.md index f330e8b13a..a00bec2353 100644 --- a/docs/USER_RECORD.md +++ b/docs/USER_RECORD.md @@ -490,9 +490,12 @@ the PBKDF operation for the LUKS storage mechanism. `luksPbkdfType` → A string, indicating the PBKDF type to use for the LUKS storage mechanism. +`luksPbkdfForceIterations` → An unsigned 64bit integer, indicating the intended +number of iterations for the PBKDF operation, when LUKS storage is used. + `luksPbkdfTimeCostUSec` → An unsigned 64bit integer, indicating the intended time cost for the PBKDF operation, when the LUKS storage mechanism is used, in -µs. +µs. Ignored when `luksPbkdfForceIterations` is set. `luksPbkdfMemoryCost` → An unsigned 64bit integer, indicating the intended memory cost for the PBKDF operation, when LUKS storage is used, in bytes. @@ -737,7 +740,7 @@ that may be used in this section are identical to the equally named ones in the `gid`, `memberOf`, `fileSystemType`, `partitionUuid`, `luksUuid`, `fileSystemUuid`, `luksDiscard`, `luksOfflineDiscard`, `luksCipher`, `luksCipherMode`, `luksVolumeKeySize`, `luksPbkdfHashAlgorithm`, -`luksPbkdfType`, `luksPbkdfTimeCostUSec`, `luksPbkdfMemoryCost`, +`luksPbkdfType`, `luksPbkdfForceIterations`, `luksPbkdfTimeCostUSec`, `luksPbkdfMemoryCost`, `luksPbkdfParallelThreads`, `luksSectorSize`, `autoResizeMode`, `rebalanceWeight`, `rateLimitIntervalUSec`, `rateLimitBurst`, `enforcePasswordPolicy`, `autoLogin`, `stopDelayUSec`, `killProcesses`, `passwordChangeMinUSec`, -- cgit v1.2.1