函数逻辑报告 |
Source Code:security\smack\smack_lsm.c |
Create Date:2022-07-27 20:50:10 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:smack_inode_getsecurity - get smack xattrs*@inode: the object*@name: attribute name*@buffer: where to put the result*@alloc: duplicate memory* Returns the size of the attribute or an error code
函数原型:static int smack_inode_getsecurity(struct inode *inode, const char *name, void **buffer, bool alloc)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct inode * | inode | |
const char * | name | |
void ** | buffer | |
bool | alloc |
1446 | 否则 |
1451 | 如果s_magic不等于SOCKFS_MAGIC则返回:负EOPNOTSUPP |
1455 | 如果(sock == NULL || sk == NULL)则返回:负EOPNOTSUPP |
1458 | ssp等于sk_security |
1460 | 如果字符串比较恒等于0则isp等于 inbound label |
1462 | 否则如果字符串比较恒等于0则isp等于 outbound label |
1464 | 否则返回:负EOPNOTSUPP |
1468 | 如果alloc则 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |