diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-11-01 12:45:29 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-11-02 23:20:57 +0100 |
commit | 01d138b990907ab202887a2df5eccc3a58f99ebf (patch) | |
tree | 65ea7c8b291968a84b626ced30857a5935a4e9ba /docs/ENVIRONMENT.md | |
parent | ask-password: Use default timeout if SYSTEMD_ASK_PASSWORD_KEYRING_TIMEOUT_SEC... (diff) | |
download | systemd-01d138b990907ab202887a2df5eccc3a58f99ebf.tar.xz systemd-01d138b990907ab202887a2df5eccc3a58f99ebf.zip |
ask-password: Drop "default" for SYSTEMD_ASK_PASSWORD_KEYRING_TIMEOUT_SEC
Users can simply unset the environment variable to achieve the same effect.
Diffstat (limited to 'docs/ENVIRONMENT.md')
-rw-r--r-- | docs/ENVIRONMENT.md | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/ENVIRONMENT.md b/docs/ENVIRONMENT.md index 48eeaa508c..b0b30949fb 100644 --- a/docs/ENVIRONMENT.md +++ b/docs/ENVIRONMENT.md @@ -738,9 +738,8 @@ Tools using the Varlink protocol (such as `varlinkctl`) or sd-bus (such as `systemd-ask-password`: -* `$SYSTEMD_ASK_PASSWORD_KEYRING_TIMEOUT_SEC` - takes a timespan or `default`, - which controls the expiration time of keys stored in the kernel keyring by - `systemd-ask-password`. If unset or set to `default`, the default expiration - of 150 seconds is used. If set to `0`, keys are not cached in the kernel - keyring. If set to `infinity`, keys are cached without an expiration time in - the kernel keyring. +* `$SYSTEMD_ASK_PASSWORD_KEYRING_TIMEOUT_SEC` - takes a timespan, which controls + the expiration time of keys stored in the kernel keyring by `systemd-ask-password`. + If unset, the default expiration of 150 seconds is used. If set to `0`, keys are + not cached in the kernel keyring. If set to `infinity`, keys are cached without an + expiration time in the kernel keyring. |