Home
last modified time | relevance | path

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

/linux-6.6.21/security/keys/
Drequest_key_auth.c218 KEY_POS_VIEW | KEY_POS_READ | KEY_POS_SEARCH | KEY_POS_LINK | in request_key_auth_new()
Drequest_key.c387 perm = KEY_POS_VIEW | KEY_POS_SEARCH | KEY_POS_LINK | KEY_POS_SETATTR; in construct_alloc_key()
Dkey.c905 perm = KEY_POS_VIEW | KEY_POS_SEARCH | KEY_POS_LINK | KEY_POS_SETATTR; in __key_create_or_update()
/linux-6.6.21/include/linux/
Dkey.h44 #define KEY_POS_LINK 0x10000000 /* possessor can create a link to a key/keyring */ macro