Home
last modified time | relevance | path

Searched refs:KEY_POS_WRITE (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Dkey.h44 #define KEY_POS_WRITE 0x04000000 /* possessor can update key payload / add link to keyring */ macro
/linux-4.4.14/security/keys/
Drequest_key.c354 perm |= KEY_POS_WRITE; in construct_alloc_key()
Dkey.c871 perm |= KEY_POS_WRITE; in key_create_or_update()