cvs commit: src/sys/security/audit audit_syscalls.c
Christian S.J. Peron
csjp at FreeBSD.org
Thu Mar 6 22:57:04 UTC 2008
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
More information about the cvs-src
mailing list