]> Git Repo - linux.git/commit - kernel/auditsc.c
audit: use inline function to set audit context
authorRichard Guy Briggs <[email protected]>
Sun, 13 May 2018 01:58:21 +0000 (21:58 -0400)
committerPaul Moore <[email protected]>
Mon, 14 May 2018 21:45:21 +0000 (17:45 -0400)
commitc0b0ae8a871bc2ebbe1ff9c9871efcf88994ffec
tree6f3c9f546f71dc837d22b4c5a9167e1d7c33414e
parentcdfb6b341f0f2409aba24b84f3b4b2bba50be5c5
audit: use inline function to set audit context

Recognizing that the audit context is an internal audit value, use an
access function to set the audit context pointer for the task
rather than reaching directly into the task struct to set it.

Signed-off-by: Richard Guy Briggs <[email protected]>
[PM: merge fuzz in audit.h]
Signed-off-by: Paul Moore <[email protected]>
include/linux/audit.h
kernel/auditsc.c
kernel/fork.c
This page took 0.058576 seconds and 4 git commands to generate.