Date: Thu, 6 Mar 2008 22:57:03 +0000 (UTC) From: "Christian S.J. Peron" <csjp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/security/audit audit_syscalls.c Message-ID: <200803062257.m26Mv32F056409@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
csjp 2008-03-06 22:57:03 UTC
FreeBSD src repository
Modified files:
sys/security/audit audit_syscalls.c
Log:
Change auditon(2) so that if somebody supplies an invalid command, it
returns EINVAL. Right now we return 0 or success for invalid commands,
which could be quite problematic in certain conditions.
MFC after: 1 week
Discussed with: rwatson
Revision Changes Path
1.25 +3 -0 src/sys/security/audit/audit_syscalls.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803062257.m26Mv32F056409>
