pub struct KeyUser {
pub uid: u32,
pub usage: u32,
pub nkeys: u32,
pub nikeys: u32,
pub qnkeys: u32,
pub maxkeys: u32,
pub qnbytes: u32,
pub maxbytes: u32,
}Expand description
Information about a user with at least one key
Fields§
§uid: u32The user that owns the key
usage: u32The kernel-internal usage count for the kernel structure used to record key users
nkeys: u32The total number of keys owned by the user
nikeys: u32THe number of keys that have been instantiated
qnkeys: u32The number of keys owned by the user
maxkeys: u32The maximum number of keys that the user may own
qnbytes: u32The number of bytes consumed in playloads of the keys owned by this user
maxbytes: u32The upper limit on the number of bytes in key payloads for this user