keyctl_revoke (3) Linux Manual Page
keyctl_revoke – Revoke a key Synopsis#include <keyutils.h> long keyctl_revoke(key_serial_t key);Descriptionkeyctl_revoke() marks a key as being revoked. After this operation has been performed on a key, attempts to access it will meet with error EKEYREVOKED. The caller must have write permission on a key to be able revoke it. Return ValueOn success keyctl_revoke() returns 0. On…
