| 函数逻辑报告 | 
| Source Code: security\keys\process_keys.c | Create Date:2022-07-27 19:56:44 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:Install a process keyring to the given credentials struct if it didn't have* one already. This is allowed to overrun the quota.* Return: 0 if a process keyring is now present; -errno on failure.
函数原型:int install_process_keyring_to_cred(struct cred *new)
返回类型:int
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct cred * | new | 
| 272 | 如果 keyring private to this process 则返回:0 | 
| 283 | 返回:0 | 
| 名称 | 描述 | 
|---|---|
| install_process_keyring | Install a process keyring to the current task if it didn't have one already.* Return: 0 if a process keyring is now present; -errno on failure. | 
| keyctl_set_reqkey_keyring | Read or set the default keyring in which request_key() will cache keys and* return the old setting.* If a thread or process keyring is specified then it will be created if it* doesn't yet exist. The old setting will be returned if successful. | 
| 源代码转换工具 开放的插件接口 | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |