Re: Re: prevent execution of a binary.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello People,

> 
> I want to write a piece of code (user or kernel 
> space) that will stop execution of a particular 
> binary say N. Donot want to tie up the executable to 
> any user and do a chown or chmod. Want to prevent the
> execution independent of any user association.
>

Write a user application to do that. That application should find the process id from the given process name (as command line argument) then terminate that process using signal.

niTin


--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive:       http://mail.nl.linux.org/kernelnewbies/
FAQ:           http://kernelnewbies.org/faq/



[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux