Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dkey.h317 #define KEY_NEED_VIEW 0x01 /* Require permission to view attributes */ macro
/linux-4.1.27/security/keys/
Dproc.c215 rc = key_task_permission(key_ref, ctx.cred, KEY_NEED_VIEW); in proc_keys_show()
Dkeyctl.c571 key_ref = lookup_user_key(keyid, KEY_LOOKUP_PARTIAL, KEY_NEED_VIEW); in keyctl_describe_key()
1410 key_ref = lookup_user_key(keyid, KEY_LOOKUP_PARTIAL, KEY_NEED_VIEW); in keyctl_get_security()