[GIT PULL] Audit patches for v5.5

Paul Moore paul at paul-moore.com
Tue Nov 26 21:33:51 UTC 2019


Hi Linus,

Audit is back for v5.5, albeit with only two patches.  Both patches
pass our test suite and are listed below, please merge for v5.5.

- Allow for the auditing of suspicious O_CREAT usage via the new
AUDIT_ANOM_CREAT record.

- Remove a redundant if-conditional check found during code analysis.
It's a minor change, but when the pull request is only two patches
long, you need filler in the pull request email.

Thanks,
-Paul
--
The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

 Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

 git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git
   tags/audit-pr-20191126

for you to fetch changes up to c34c78dfc1fc68a1f5403f996de8ca62f298d7b2:

 audit: remove redundant condition check in kauditd_thread()
   (2019-10-25 11:48:14 -0400)

----------------------------------------------------------------
audit/stable-5.5 PR 20191126

----------------------------------------------------------------
Kees Cook (1):
     audit: Report suspicious O_CREAT usage

Yunfeng Ye (1):
     audit: remove redundant condition check in kauditd_thread()

fs/namei.c                 |  8 ++++++--
include/linux/audit.h      |  5 +++--
include/uapi/linux/audit.h |  1 +
kernel/audit.c             | 15 ++++++++-------
4 files changed, 18 insertions(+), 11 deletions(-)

-- 
paul moore
www.paul-moore.com





More information about the Linux-audit mailing list