]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r336319:
authorasomers <asomers@FreeBSD.org>
Fri, 3 Aug 2018 14:06:08 +0000 (14:06 +0000)
committerasomers <asomers@FreeBSD.org>
Fri, 3 Aug 2018 14:06:08 +0000 (14:06 +0000)
commit37edc33dd9547f6d3aebecf56be8ae6aa95a31a4
treea7bc7b93ec355ca66c606d401877a6b5f1e9dde2
parentd399a75636c4ed8ffb97046c8484a2c059bf5a13
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
sys/security/audit/audit_syscalls.c