Searched refs:KEY_POS_VIEW (Results 1 – 5 of 5) sorted by relevance
206 KEY_POS_VIEW | KEY_POS_READ | KEY_POS_SEARCH | in request_key_auth_new()
183 if (key->perm & KEY_POS_VIEW) { in proc_keys_show()
372 perm = KEY_POS_VIEW | KEY_POS_SEARCH | KEY_POS_LINK | KEY_POS_SETATTR; in construct_alloc_key()
897 perm = KEY_POS_VIEW | KEY_POS_SEARCH | KEY_POS_LINK | KEY_POS_SETATTR; in key_create_or_update()
44 #define KEY_POS_VIEW 0x01000000 /* possessor can view a key's attributes */ macro