函数逻辑报告 |
Source Code:security\smack\smack_lsm.c |
Create Date:2022-07-27 20:52:42 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:smack_setprocattr - Smack process attribute setting*@name: the name of the attribute in /proc/
函数原型:static int smack_setprocattr(const char *name, void *value, size_t size)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | name | |
void * | value | |
size_t | size |
3519 | tsp等于smack_cred(current_cred - Access the current task's subjective credentials* Access the subjective credentials of the current task. RCU-safe,* since nobody else can modify it.()) |
3534 | skp等于smk_import_entry(value, size) |
3542 | 如果skp恒等于smack_known_web或skp恒等于smack_known_star则返回:负EINVAL |
3556 | new等于prepare_creds - Prepare a new set of credentials for modification* Prepare a new set of task credentials for modification |
3560 | tsp等于smack_cred(new) |
3561 | label for access control 等于skp |
3565 | smk_destroy_label_list( & transit allowed labels ) |
3568 | 返回:size |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |