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:mime-version:content-type:content-transfer-encoding:content-disposition; b=JOMvCLEwPjDeBZ2gD53zeu8KE8BsOPKfF0dEaSV/LkrdcySn86sXQmDT5t6aCN8k8DZXLR3nZZWlpUSCsIcdScAEHi0uttw2nmT8EEAil1Svo9ThzvVRKFnpI3NHwuu2b6ymZ7yCkEwzSdI9LJnIIIsMbI/6o6CANdyoGm1Q06Q= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=jyd1aQL16SrVsJ1Vnaqulot22eTFTh7Skm+fXFG1efChz4OlcdNCMCE7a39giW5qV0p1w5A5I/at0hdak6L3ChISenwu5PhSdiZUhWvthK1mAIfZn43Ss7rAV/JtniDp8qZkSThW0ohhnShxJea5ZgSP3hy28DY2dAbFFrkEQUw= 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/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Vishal Shetye