函数逻辑报告 |
Source Code:security\smack\smackfs.c |
Create Date:2022-07-27 20:56:11 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:smk_rule_show
函数原型:static void smk_rule_show(struct seq_file *s, struct smack_rule *srp, int max)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct seq_file * | s | |
struct smack_rule * | srp | |
int | max |
572 | 如果strlen - Find the length of a string*@s: The string to be sized大于等于max或strlen - Find the length of a string*@s: The string to be sized大于等于max则返回 |
576 | 如果smk_access恒等于0则返回 |
579 | seq_printf(s, "%s %s", smk_known, smk_known) |
585 | 如果smk_access按位与MAY_READ则seq_putc(s, 'r') |
587 | 如果smk_access按位与MAY_WRITE则seq_putc(s, 'w') |
589 | 如果smk_access按位与MAY_EXEC则seq_putc(s, 'x') |
591 | 如果smk_access按位与MAY_APPEND则seq_putc(s, 'a') |
593 | 如果smk_access按位与Controls directory labeling 则seq_putc(s, 't') |
595 | 如果smk_access按位与Locks should be writes, but ... 则seq_putc(s, 'l') |
597 | 如果smk_access按位与Report use of this rule 则seq_putc(s, 'b') |
名称 | 描述 |
---|---|
load_seq_show | |
load_self_seq_show | |
load2_seq_show | Seq_file read operations for /smack/load2 |
load_self2_seq_show |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |