add_key (2) Linux Manual Page
NAME add_key – add a key to the kernel’s key management facility SYNOPSIS #include <keyutils.h> #include <sys/types.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. DESCRIPTION add_key() creates or updates a key of the given type and description,…
