add_key (2) Linux Manual Page
add_key – add a key to the kernel’s key management facility Synopsis#include <sys/types.h> #include <keyutils.h> key_serial_t add_key(const char *type, const char *description, const void *payload, size_t plen, key_serial_t keyring);No glibc wrapper is provided for this system call; see NOTES. Descriptionadd_key() creates or updates a key of the given type and description, instantiates it with the…
