Re: limiting "ps" command on every user..

2001-07-03 Thread Josep Llauradó Selvas
Yo can take a look at http://www.rsbac.de/. This software give you a secured linux environment and provides a patch to the kernel (called hypersec), that adds more security to the kernel. One option is /proc protection. There is arround there a lot of other patches providing similiar functionalit

Re: limiting "ps" command on every user..

2001-07-03 Thread John Darrington
ECTED]> To: Sent: Tuesday, July 03, 2001 11:48 AM Subject: Re: limiting "ps" command on every user.. > On Tue, Jul 03, 2001 at 11:48:53AM +0800, louiem+ wrote: > > > > is it possible to limit the "ps ax"/etc.. ? commands on eve

Re: limiting "ps" command on every user..

2001-07-03 Thread Moritz Schulte
"louiem+" <[EMAIL PROTECTED]> writes: > is it possible to limit the "ps ax"/etc.. ? commands on every user? The Openwall (http://www.openwall.com/) security patch for Linux includes an option "restricted /proc", which does exactly this. Then users can only view their own processes. morit

RE: limiting "ps" command on every user..

2001-07-02 Thread KenrickC
- Original Message - From: "ktb" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 03, 2001 11:48 AM Subject: Re: limiting "ps" command on every user.. > On Tue, Jul 03, 2001 at 11:48:53AM +0800, louiem+ wrote: > > > > is it possible to limit the &quo

Re: limiting "ps" command on every user..

2001-07-02 Thread Lamer
make one isn't that hard, though i suggest that there are already something made already.. Calvin Chong - Original Message - From: "louiem+" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 03, 2001 12:03 PM Subject: Re: limiting "ps" command on every user..

Re: limiting "ps" command on every user..

2001-07-02 Thread louiem+
what kind of wrapper? or i really do have to make one?. ty luwim+ - Original Message - From: "Lamer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; Sent: Tuesday, July 03, 2001 11:56 AM Subject: Re: limiting "ps" command on every user.. >

Re: limiting "ps" command on every user..

2001-07-02 Thread louiem+
Subject: Re: limiting "ps" command on every user.. > On Tue, Jul 03, 2001 at 11:48:53AM +0800, louiem+ wrote: > > > > is it possible to limit the "ps ax"/etc.. ? commands on every user? > > i mean, example i have the id/user "luwi" > > > &

Re: limiting "ps" command on every user..

2001-07-02 Thread Lamer
Actually, what he want is 'enforced policy', not 'grepping' :) i do think that a wrapper in perl will do, tho :P -- Calvin Chong - Original Message - From: "ktb" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 03, 2001 11:48 AM Subject: Re: limiting &qu

Re: limiting "ps" command on every user..

2001-07-02 Thread ktb
On Tue, Jul 03, 2001 at 11:48:53AM +0800, louiem+ wrote: > > is it possible to limit the "ps ax"/etc.. ? commands on every user? > i mean, example i have the id/user "luwi" > > [EMAIL PROTECTED]> ps ax > > > it will only show the process which i ran, and not all the process that > the machine ru