Wayne Salamon wrote:

wsalamon    2006-02-22 16:04:20 UTC

 FreeBSD src repository

 Modified files:
sys/kern vfs_syscalls.c Log:
 Add pathname and/or vnode argument auditing for the following system calls:
 quotactl, statfs, fstatfs, fchdir, chdir, chroot, open, mknod, mkfifo,
 link, symlink, undelete, unlink, access, eaccess, stat, lstat, pathconf,
 readlink, chflags, lchflags, fchflags, chmod, lchmod, fchmod, chown,
 lchown, fchown, utimes, lutimes, futimes, truncate, ftruncate, fsync,
 rename, mkdir, rmdir, getdirentries, revoke, lgetfh, getfh, extattrctl,
 extattr_set_file, extattr_set_link, extattr_get_file, extattr_get_link,
 extattr_delete_file, extattr_delete_link, extattr_list_file, extattr_list_link.
In many cases the pathname and vnode auditing is done within namei lookup
 instead of directly in the system call.
Audit the remaining arguments to these system calls:
 fstatfs, fchdir, open, mknod, chflags, lchflags, fchflags, chmod, lchmod,
 fchmod, chown, lchown, fchown, futimes, ftruncate, fsync, mkdir,
 getdirentries.
Revision Changes Path
 1.408     +129 -50   src/sys/kern/vfs_syscalls.c


Thanks!

--
Christian S.J. Peron
[EMAIL PROTECTED]
FreeBSD Committer
FreeBSD Security Team

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to