diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-11-13 08:04:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-13 08:04:33 +0100 |
commit | 1ca5a6c76eb0680086b078688214cdc64c1151fa (patch) | |
tree | ee534ae4c96d4492ddc794c708a64c23e06cc8e4 /docs/USER_RECORD.md | |
parent | Merge pull request #21331 from poettering/luks-extra-mount-options (diff) | |
parent | update TODO (diff) | |
download | systemd-1ca5a6c76eb0680086b078688214cdc64c1151fa.tar.xz systemd-1ca5a6c76eb0680086b078688214cdc64c1151fa.zip |
Merge pull request #21333 from poettering/homed-report-fs-and-access-mode
homed: report actual home dir access mode and fs type in effect
Diffstat (limited to 'docs/USER_RECORD.md')
-rw-r--r-- | docs/USER_RECORD.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/USER_RECORD.md b/docs/USER_RECORD.md index d34eac1afa..9263d2db1d 100644 --- a/docs/USER_RECORD.md +++ b/docs/USER_RECORD.md @@ -866,6 +866,11 @@ on removable media the delay is selected very low to minimize the chance the home directory remains in unclean state if the storage device is removed from the system by the user). +`accessMode` → The access mode currently in effect for the home directory iself. + +`fileSystemType` → The file system type backing the home directory: a short +string, such as "btrfs", "ext4", "xfs". + ## Fields in the `signature` section As mentioned, the `signature` section of the user record may contain one or |