PERFORCE change 80399 for review
Wayne Salamon
wsalamon at FreeBSD.org
Sun Jul 17 16:07:48 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=80399
Change 80399 by wsalamon at gretsch on 2005/07/17 16:07:14
Start of audit of lstat/olstat/nlstat calls. 'Still need to associate
events with some of the stat-related system calls.
Affected files ...
.. //depot/projects/trustedbsd/audit3/sys/kern/vfs_syscalls.c#10 edit
Differences ...
==== //depot/projects/trustedbsd/audit3/sys/kern/vfs_syscalls.c#10 (text+ko) ====
@@ -2128,7 +2128,8 @@
struct nameidata nd;
int error, vfslocked;
- NDINIT(&nd, LOOKUP, NOFOLLOW | LOCKLEAF | LOCKSHARED | MPSAFE,
+ NDINIT(&nd, LOOKUP,
+ NOFOLLOW | LOCKLEAF | LOCKSHARED | MPSAFE | AUDITVNPATH1,
pathseg, path, td);
if ((error = namei(&nd)) != 0)
return (error);
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list