1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-08-02 04:22:45 +03:00

Merge pull request #21331 from poettering/luks-extra-mount-options

homed: allow per-user additional LUKS mount options
This commit is contained in:
Lennart Poettering
2021-11-13 08:03:55 +01:00
committed by GitHub
9 changed files with 66 additions and 23 deletions

View File

@ -476,6 +476,9 @@ executed to make sure the image matches the selected option.
to trim/allocate the file system/backing file when deactivating the home
directory.
`luksExtraMountOptions` → A string with additional mount options to append to
the default mount options for the file system in the LUKS volume.
`luksCipher` → A string, indicating the cipher to use for the LUKS storage mechanism.
`luksCipherMode` → A string, selecting the cipher mode to use for the LUKS storage mechanism.