函数逻辑报告 |
Source Code:security\smack\smack_access.c |
Create Date:2022-07-27 20:54:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:smack_str_from_perm : helper to transalate an int to a* readable string*@string : the string to fill*@access : the int
函数原型:static inline void smack_str_from_perm(char *string, int access)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
char * | string | |
int | access |
289 | i等于0 |
297 | 如果access按位与MAY_APPEND则string[i++]等于'a' |
299 | 如果access按位与Controls directory labeling 则string[i++]等于't' |
301 | 如果access按位与Locks should be writes, but ... 则string[i++]等于'l' |
名称 | 描述 |
---|---|
smack_log | smack_log - Audit the granting or denial of permissions |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |