LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Process monitoring (https://www.linuxquestions.org/questions/linux-general-1/process-monitoring-92910/)

arb 09-15-2003 02:02 AM

Process monitoring
 
Hi , How to get indication whenever a new process is created in system ?? I need to basically write code that will restrict runing some applications(example - java) in a system . How to go abt doing this??

Gill Bates 09-15-2003 02:54 AM

/proc/process contains info on processes on the system

unSpawn 09-15-2003 03:07 AM

I think the basis for/reason for restricting running apps is important to ship a less generic answer. Since you haven't posted much info to go on: if you're looking for examples of a /proc handler, search for and look at Nabou and Procwatch, if it's policy-based have a look at Systrace, and if you're into ACL's check out kernel patches like LIDS or Grsecurity.

arb 09-15-2003 03:29 AM

Hi all,
Thanks a lot for help.. i need something like procwatch ..

Regards,
ARB


All times are GMT -5. The time now is 02:24 PM.