]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r336319:
authorasomers <asomers@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 3 Aug 2018 14:47:47 +0000 (14:47 +0000)
committerasomers <asomers@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 3 Aug 2018 14:47:47 +0000 (14:47 +0000)
commit1fcd54249af31e25613db79f00bc96f7a308875a
tree19848622a97b3c98212661a7d43d1b05d96ba565
parent9561f88a3d39a58b8f71a65e8225519635a572f1
MFC r336319:

auditon(2): fix A_SETPOLICY with 64-bit values

A_SETPOLICY is supposed to work with either 64 or 32-bit values, but due to a
typo the 64-bit version has never worked correctly.

Submitted by: aniketp
Reviewed by: asomers, cem
Sponsored by: Google, Inc. (GSoC 2018)
Differential Revision: https://reviews.freebsd.org/D16222

git-svn-id: svn://svn.freebsd.org/base/stable/10@337259 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/security/audit/audit_syscalls.c