Re: #ifdef NFSD
Re: #ifdef NFSD
- Subject: Re: #ifdef NFSD
- From: Michael Smith <email@hidden>
- Date: Tue, 31 Jul 2007 10:23:46 -0700
On Jul 31, 2007, at 4:35 AM, Vishal Shetye 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?
That depends. Why are you trying to intercept operations against
files hosted on an NFS server?
Also, what is the significanse of #ifdef NFSD???
In what context?
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?
You probably won't. Please stop assuming that Darwin is anything
like Linux. Your life (and ours) will be much easier.
= Mike
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >#ifdef NFSD (From: "Vishal Shetye" <email@hidden>) |