Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\tomoyo\network.c Create Date:2022-07-28 19:45:15
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:moyo_audit_unix_log - Audit UNIX network log.*@r: Pointer to "struct tomoyo_request_info".* Returns 0 on success, negative value otherwise.

Proto:static int tomoyo_audit_unix_log(struct tomoyo_request_info *r)

Type:int

Parameter:

TypeParameterName
struct tomoyo_request_info *r
406  Return moyo_audit_net_log - Audit network log.*@r: Pointer to "struct tomoyo_request_info".*@family: Name of socket family ("inet" or "unix").*@protocol: Name of protocol in @family.*@operation: Name of socket operation.*@address: Name of address.
Caller
NameDescribe
tomoyo_unix_entrymoyo_unix_entry - Check permission for UNIX network operation.*@address: Pointer to "struct tomoyo_addr_info".* Returns 0 on success, negative value otherwise.