As far as I know, Linux does not support doing that.  So the way you do it
is modify your kernel to make fork and exec revokable syscalls, write a
syscall allowing a process to request revocation of unneeded syscalls, and
add that call to your daemon.

Kelly

> -----Original Message-----
> From: Robert Clay [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, December 21, 2001 11:17 AM
> To:   [EMAIL PROTECTED]
> Subject:      RE: Secure 2.4.x kernel
> 
> And how would one do that?
> 
> >>> Kelly Martin <[EMAIL PROTECTED]> 12/21/01 12:09PM >>>
> ...Taking away the fork and exec syscalls from a daemon which does not
> need to do either would be a good start.
> 
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to