💾 Archived View for freeshell.de › tldr › keyctl.gmi captured on 2023-11-04 at 12:36:43. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Manipulate the Linux kernel keyring.
keyctl list {target_keyring}
keyctl list {@us}
keyctl add {type_keyring} {key_name} {key_value} {target_keyring}
echo -n {key_value} | keyctl padd {type_keyring} {key_name} {target_keyring}
keyctl timeout {key_name} {timeout_in_seconds}
keyctl read {key_name}
keyctl pipe {key_name}
keyctl revoke {key_name}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).