Function report |
Source Code:security\keys\keyring.c |
Create Date:2022-07-28 18:18:34 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:key_unlink - Unlink the first link to a key from a keyring
Proto:int key_unlink(struct key *keyring, struct key *key)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct key * | keyring | |
struct key * | key |
1546 | struct assoc_array_edit * edit = NULL |
1552 | ret = Lock a keyring for unlink. |
1557 | If ret == 0 Then Apply an unlink change. |
1560 | Return ret |
Name | Describe |
---|---|
keyctl_keyring_unlink | Unlink a key from a keyring.* The keyring must grant the caller Write permission for this to work; the key* itself need not grant the caller anything. If the last link to a key is* removed then that key will be scheduled for destruction. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |