Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dkey.h46 #define KEY_POS_LINK 0x10000000 /* possessor can create a link to a key/keyring */ macro
/linux-4.1.27/security/keys/
Drequest_key.c348 perm = KEY_POS_VIEW | KEY_POS_SEARCH | KEY_POS_LINK | KEY_POS_SETATTR; in construct_alloc_key()
Dkey.c863 perm = KEY_POS_VIEW | KEY_POS_SEARCH | KEY_POS_LINK | KEY_POS_SETATTR; in key_create_or_update()