Home
last modified time | relevance | path

Searched refs:KEY_POS_VIEW (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/certs/
Dblacklist.c29 #define BLACKLIST_KEY_PERM (KEY_POS_SEARCH | KEY_POS_VIEW | \
268 KEY_POS_VIEW | KEY_POS_READ | KEY_POS_SEARCH in add_key_to_revocation_list()
335 KEY_POS_VIEW | KEY_POS_READ | KEY_POS_SEARCH | in blacklist_init()
/linux-6.1.9/security/keys/
Drequest_key_auth.c218 KEY_POS_VIEW | KEY_POS_READ | KEY_POS_SEARCH | KEY_POS_LINK | in request_key_auth_new()
Dproc.c180 if (key->perm & KEY_POS_VIEW) { in proc_keys_show()
Drequest_key.c384 perm = KEY_POS_VIEW | KEY_POS_SEARCH | KEY_POS_LINK | KEY_POS_SETATTR; in construct_alloc_key()
Dkey.c921 perm = KEY_POS_VIEW | KEY_POS_SEARCH | KEY_POS_LINK | KEY_POS_SETATTR; in key_create_or_update()
/linux-6.1.9/include/linux/
Dkey.h40 #define KEY_POS_VIEW 0x01000000 /* possessor can view a key's attributes */ macro