Function report |
Source Code:security\tomoyo\domain.c |
Create Date:2022-07-28 19:39:27 |
Last Modify:2022-05-23 20:14:46 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:moyo_same_acl_head - Check for duplicated "struct tomoyo_acl_info" entry.*@a: Pointer to "struct tomoyo_acl_info".*@b: Pointer to "struct tomoyo_acl_info".* Returns true if @a == @b, false otherwise.
Proto:static inline bool tomoyo_same_acl_head(const struct tomoyo_acl_info *a, const struct tomoyo_acl_info *b)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const struct tomoyo_acl_info * | a | |
const struct tomoyo_acl_info * | b |
76 | Return One of values in "enum tomoyo_acl_entry_type_index". == One of values in "enum tomoyo_acl_entry_type_index". && Maybe NULL. == Maybe NULL. |
Name | Describe |
---|---|
tomoyo_update_domain | moyo_update_domain - Update an entry for domain policy.*@new_entry: Pointer to "struct tomoyo_acl_info".*@size: Size of @new_entry in bytes.*@param: Pointer to "struct tomoyo_acl_param".*@check_duplicate: Callback function to find duplicated entry. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |