site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rWXgjYvIPzUJc5Rj5E3Drx+BTATfhYGFY1vRCE0+j/4qoUOrO86+wtyon7xyQXu8KxalPiRjq2XZOo41O6OHbudvCN9suvkBbNHxWPL4JB1UXd8pmnsZSytlccTscc1ITr15Zl7tSy9E+28dPhbxE3Oj98fpoPnQeLrkFcGcZJY= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=S65MdcWDHJe8l1op4j+Y6BTtXrekFTDrRRzZgmcfUz1qdhKtNIqaZMonYCFSili1bbCzf5qLMOvdQYgxNlsYtcapWI/YM665dcbj7OoBV63yy8cqtkOQfMFQrKtTyj8TjuFs2uNtzbhQDWIYx4kEKtekgtikCetMZZ5cXxPX568= http://www.citi.umich.edu/projects/nfsv4/ On 7/31/07, Vishal Shetye <vishalshetye@gmail.com> wrote:
I'm porting a linux kernel module that installs hooks to intercept open, close syscalls on nfs mount. In case of mac i can listen on KAUTH_SCOPE_FILEOP/VNODE for intercepting normal file system calls but can it also be used for nfs mount files?
Also, what is the significanse of #ifdef NFSD???
What is the equivalent of nfsd_open on Mac? nfs.h has only nfssvc() syscall. Where can I find the equivalent functions for nfsd_open, nfsd_close etc?
-- vishal shetye _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/openspecies%40gmail.com
This email sent to openspecies@gmail.com
_______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
mm w