aboutsummaryrefslogtreecommitdiff
path: root/security/tomoyo/audit.c
diff options
context:
space:
mode:
authorLinus Torvalds <[email protected]>2021-06-28 16:13:37 -0700
committerLinus Torvalds <[email protected]>2021-06-28 16:13:37 -0700
commit9cd19f02c46a2dfaf70b8d450fb16f9eb246dfa4 (patch)
tree5282f05af516e9bd93c4a0a2e17c511db72ec5c1 /security/tomoyo/audit.c
parent6159c49e12284b4880fd60e0575a71a40556a67e (diff)
parent98eaa63e96273de075f3ce4eac0f18b33d28b84c (diff)
Merge tag 'tomoyo-pr-20210628' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1
Pull tomoyo fix from Tetsuo Handa: "A doc warning fix from ChenXiaoSong" * tag 'tomoyo-pr-20210628' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1: tomoyo: fix doc warnings
Diffstat (limited to 'security/tomoyo/audit.c')
-rw-r--r--security/tomoyo/audit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/tomoyo/audit.c b/security/tomoyo/audit.c
index b51bad121c11..d79bf07e16be 100644
--- a/security/tomoyo/audit.c
+++ b/security/tomoyo/audit.c
@@ -320,6 +320,7 @@ static unsigned int tomoyo_log_count;
* @ns: Pointer to "struct tomoyo_policy_namespace".
* @profile: Profile number.
* @index: Index number of functionality.
+ * @matched_acl: Pointer to "struct tomoyo_acl_info".
* @is_granted: True if granted log, false otherwise.
*
* Returns true if this request should be audited, false otherwise.