keyctl_join_session_keyring (3) Linux Manual Page
NAME keyctl_join_session_keyring – Join a different session keyring SYNOPSIS #include <keyutils.h> key_serial_t keyctl_join_session_keyring(const char *name); DESCRIPTION keyctl_join_session_keyring() changes the session keyring to which a process is subscribed. If name is NULL then a new anonymous keyring will be created, and the process will be subscribed to that. If name points to a string, then if…
