Function report |
Source Code:security\tomoyo\file.c |
Create Date:2022-07-28 19:41:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:moyo_execute_permission - Check permission for execute operation.*@r: Pointer to "struct tomoyo_request_info".*@filename: Filename to check.* Returns 0 on success, negative value otherwise.* Caller holds tomoyo_read_lock().
Proto:int tomoyo_execute_permission(struct tomoyo_request_info *r, const struct tomoyo_path_info *filename)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct tomoyo_request_info * | r | |
const struct tomoyo_path_info * | filename |
610 | type = TOMOYO_MAC_FILE_EXECUTE |
611 | One of tomoyo_mode_index . = moyo_get_mode - Get MAC mode.*@ns: Pointer to "struct tomoyo_policy_namespace".*@profile: Profile number.*@index: Index number of functionality.* Returns mode. |
616 | transition = matched_acl && Maybe NULL. ? Maybe NULL. : NULL |
620 | Return 0 |
Name | Describe |
---|---|
tomoyo_find_next_domain | moyo_find_next_domain - Find a domain.*@bprm: Pointer to "struct linux_binprm".* Returns 0 on success, negative value otherwise.* Caller holds tomoyo_read_lock(). |
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 |