]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
auditon(2): fix A_SETPOLICY with 64-bit values
authorAlan Somers <asomers@FreeBSD.org>
Sun, 15 Jul 2018 21:10:19 +0000 (21:10 +0000)
committerAlan Somers <asomers@FreeBSD.org>
Sun, 15 Jul 2018 21:10:19 +0000 (21:10 +0000)
commitf7c188aeeb343fcf433b31c5617fe13884b48200
tree50d23e5c74853dc244582cc94e0641a4c758ba35
parent89463812e316d1bb9dbc55874546d930ba832b8d
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
MFC after: 2 weeks
Sponsored by: Google, Inc. (GSoC 2018)
Differential Revision: https://reviews.freebsd.org/D16222
sys/security/audit/audit_syscalls.c