]> asedeno.scripts.mit.edu Git - linux.git/commit
audit: normalize loginuid read access
authorRichard Guy Briggs <rgb@redhat.com>
Wed, 16 May 2018 11:55:46 +0000 (07:55 -0400)
committerPaul Moore <paul@paul-moore.com>
Thu, 17 May 2018 20:41:19 +0000 (16:41 -0400)
commit38f80590486e38a4f2aac7b1fcf9cf60cb618a1a
tree5f5f8690e66e215fa3293c19b9c7779f9cee9231
parent8982a1fbe0b51efba09401f18cc69abc801149c8
audit: normalize loginuid read access

Recognizing that the loginuid is an internal audit value, use an access
function to retrieve the audit loginuid value for the task rather than
reaching directly into the task struct to get it.

Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
kernel/auditsc.c