Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:moyo_poll_log - Wait for an audit log.*@file: Pointer to "struct file".*@wait: Pointer to "poll_table". Maybe NULL.* Returns EPOLLIN | EPOLLRDNORM when ready to read an audit log.

Proto:__poll_t tomoyo_poll_log(struct file *file, poll_table *wait)

Type:__poll_t

Parameter:

TypeParameterName
struct file *file
poll_table *wait
472  If Length of "stuct list_head tomoyo_log". Then Return Epoll event masks | EPOLLRDNORM
474  poll_wait(file, & Wait queue for /sys/kernel/security/tomoyo/audit. , wait)
475  If Length of "stuct list_head tomoyo_log". Then Return Epoll event masks | EPOLLRDNORM
477  Return 0