diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-11-12 18:04:03 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-11-12 22:44:54 +0100 |
commit | 67a6d39953ebba2d5b32ae5d3f8ac88f67a51748 (patch) | |
tree | 0373472ca7d26f7bb34fe6ec523946f2a0e9b44e /docs/USER_RECORD.md | |
parent | homed: include actual fs type + access mode as part of "status" section of us... (diff) | |
download | systemd-67a6d39953ebba2d5b32ae5d3f8ac88f67a51748.tar.xz systemd-67a6d39953ebba2d5b32ae5d3f8ac88f67a51748.zip |
doc: document the two new accessMode/fileSystemType fields
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 f82f1307cc..1fd6c74548 100644 --- a/docs/USER_RECORD.md +++ b/docs/USER_RECORD.md @@ -863,6 +863,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 |