RE: How to customize Linux rmdir system call

2003-10-08 Thread John Fabello
ECTED] Sent: Wednesday, October 08, 2003 2:04 PM To: [EMAIL PROTECTED] Cc: Linse Pallan Subject: Re: How to customize Linux rmdir system call On Wed, Oct 08, 2003 at 03:39:21PM -0400, Linse Pallan wrote: > Can anyone help me ? You can avoid rebuilding glibc by implementing the functions that

RE: How to customize Linux rmdir system call

2003-10-08 Thread John Fabello
] Sent: Wednesday, October 08, 2003 2:04 PM To: [EMAIL PROTECTED] Cc: Linse Pallan Subject: Re: How to customize Linux rmdir system call On Wed, Oct 08, 2003 at 03:39:21PM -0400, Linse Pallan wrote: > Can anyone help me ? You can avoid rebuilding glibc by implementing the functions that you want

Re: How to customize Linux rmdir system call

2003-10-08 Thread Bill Rugolsky Jr.
On Wed, Oct 08, 2003 at 03:39:21PM -0400, Linse Pallan wrote: > Can anyone help me ? You can avoid rebuilding glibc by implementing the functions that you want to override in a shared object, and using system-wide preloading by specifying the library in /etc/ld.so.preload. See the man page ld.so(

How to customize Linux rmdir system call

2003-10-08 Thread Linse Pallan
Hi, I am trying to trap the rmdir system call. Instead of modifying the kernel call, I decided to modify this call in user level. For that I installed glibc-2.3.2-11.9.src.rpm in my redhat 9. I found the definition of rmdir in the following files \usr\src\redhat\BUILD\glibc-2.3.2-20030313\sysdeps\