Function report |
Source Code:security\tomoyo\network.c |
Create Date:2022-07-28 19:45:11 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:moyo_write_unix_network - Write "struct tomoyo_unix_acl" list.*@param: Pointer to "struct tomoyo_acl_param".* Returns 0 on success, negative value otherwise.
Proto:int tomoyo_write_unix_network(struct tomoyo_acl_param *param)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct tomoyo_acl_param * | param |
329 | struct tomoyo_unix_acl e = { One of values in "enum tomoyo_acl_entry_type_index". = TOMOYO_TYPE_UNIX_ACL} |
332 | protocol = tomoyo_read_token(param) |
333 | operation = tomoyo_read_token(param) |
337 | Break |
338 | When type < TOMOYO_MAX_NETWORK_OPERATION cycle If tomoyo_permstr(operation, String table for socket's operation. [type]) Then |
349 | Return error |
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 |