keyctl_link (3) Linux Manual Page
keyctl_link – Link a key to a keyring keyctl_unlink – Unlink a key from a keyring Synopsis#include <keyutils.h> long keyctl_link(key_serial_t key, key_serial_t keyring); long keyctl_unlink(key_serial_t key, key_serial_t keyring);Descriptionkeyctl_link() creates a link from keyring to key, displacing any link to another key of the same type and description in that keyring if one exists. keyctl_unlink() removes…
