svn commit: r188965 - head/sys/nfsserver

Robert Watson rwatson at FreeBSD.org
Mon Feb 23 15:04:16 PST 2009


Author: rwatson
Date: Mon Feb 23 23:04:15 2009
New Revision: 188965
URL: http://svn.freebsd.org/changeset/base/188965

Log:
  Include audit.h so that the system call path protected by NFS_LEGACYRPC
  can audit its arguments.
  
  Submitted by:	Jaakko Heinonen <jh at saunalahti.fi>
  MFC after:	1 week
  X-MFC-note:	MFC with r188311

Modified:
  head/sys/nfsserver/nfs_syscalls.c

Modified: head/sys/nfsserver/nfs_syscalls.c
==============================================================================
--- head/sys/nfsserver/nfs_syscalls.c	Mon Feb 23 23:00:12 2009	(r188964)
+++ head/sys/nfsserver/nfs_syscalls.c	Mon Feb 23 23:04:15 2009	(r188965)
@@ -73,6 +73,8 @@ __FBSDID("$FreeBSD$");
 #include <nfsserver/nfsm_subs.h>
 #include <nfsserver/nfsrvcache.h>
 
+#include <security/audit/audit.h>
+
 #ifdef NFS_LEGACYRPC
 
 static MALLOC_DEFINE(M_NFSSVC, "nfss_srvsock", "Nfs server structure");


More information about the svn-src-all mailing list