函数逻辑报告 |
Source Code:security\tomoyo\audit.c |
Create Date:2022-07-27 21:02:40 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:moyo_get_audit - Get audit mode.*@ns: Pointer to "struct tomoyo_policy_namespace".*@profile: Profile number.*@index: Index number of functionality.*@is_granted: True if granted log, false otherwise.
函数原型:static bool tomoyo_get_audit(const struct tomoyo_policy_namespace *ns, const u8 profile, const u8 index, const struct tomoyo_acl_info *matched_acl, const bool is_granted)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct tomoyo_policy_namespace * | ns | |
const u8 | profile | |
const u8 | index | |
const struct tomoyo_acl_info * | matched_acl | |
const bool | is_granted |
337 | 如果非External variable definitions. *********则返回:false |
339 | p等于tomoyo_profile(ns, profile) |
340 | 如果Length of "stuct list_head tomoyo_log". 大于等于pref[TOMOYO_PREF_MAX_AUDIT_LOG]则返回:false |
342 | 如果is_granted且matched_acl且 Maybe NULL. 且One of values in "enum tomoyo_grant_log". 不等于TOMOYO_GRANTLOG_AUTO则返回:One of values in "enum tomoyo_grant_log". 恒等于TOMOYO_GRANTLOG_YES |
346 | 如果mode恒等于TOMOYO_CONFIG_USE_DEFAULT则mode等于config[category] |
348 | 如果mode恒等于TOMOYO_CONFIG_USE_DEFAULT则mode等于default_config |
350 | 如果is_granted则返回:mode按位与TOMOYO_CONFIG_WANT_GRANT_LOG |
352 | 返回:mode按位与TOMOYO_CONFIG_WANT_REJECT_LOG |
名称 | 描述 |
---|---|
tomoyo_write_log2 | moyo_write_log2 - Write an audit log.*@r: Pointer to "struct tomoyo_request_info".*@len: Buffer size needed for @fmt and @args.*@fmt: The printf()'s format string.*@args: va_list structure for @fmt.* Returns nothing. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |