RE: Send email on calls to su

2008-08-20 Thread Stackpole, Chris
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sam Kuper >Subject: Re: Send email on calls to su > >>2008/8/20 Gabriel Parrondo <[EMAIL PROTECTED]> >>You may want to look into some kind of logwatch. Every time someone uses >>su, this comes out

Re: Send email on calls to su

2008-08-19 Thread Sam Kuper
2008/8/20 Gabriel Parrondo <[EMAIL PROTECTED]> > You may want to look into some kind of logwatch. Every time someone uses > su, this comes out on /var/log/auth.log: > Aug 20 22:30:00 localhost su[5120]: + pts/1 gabriel:root > > You should configure your logwatch to look for it (shouldn't be hard,

Fwd: Send email on calls to su

2008-08-19 Thread Sam Kuper
2008/8/20 Gabriel Parrondo <[EMAIL PROTECTED]> > You may want to look into some kind of logwatch. Every time someone uses > su, this comes out on /var/log/auth.log: > Aug 20 22:30:00 localhost su[5120]: + pts/1 gabriel:root > > You should configure your logwatch to look for it (shouldn't be hard,

Re: Send email on calls to su

2008-08-19 Thread Gabriel Parrondo
El mié, 20-08-2008 a las 02:34 +0100, Sam Kuper escribió: > 2008/8/20 Gabriel Parrondo <[EMAIL PROTECTED]> > Well, it sound like you [think you] need to give root access > for someone > to do something, and push it forward by not trusting her. > > No, that's not my situatio

Re: Send email on calls to su

2008-08-19 Thread Sam Kuper
2008/8/20 Gabriel Parrondo <[EMAIL PROTECTED]> > Well, it sound like you [think you] need to give root access for someone > to do something, and push it forward by not trusting her. No, that's not my situation, and doesn't help answer my question, I'm afraid. Regards, Sam

Re: Send email on calls to su

2008-08-19 Thread Sam Kuper
2008/8/20 Gabriel Parrondo <[EMAIL PROTECTED]> > Well, it sound like you [think you] need to give root access for someone > to do something, and push it forward by not trusting her. No, that's not my situation, and doesn't help answer my question, I'm afraid. I'd still be very grateful for sugg

Re: Send email on calls to su

2008-08-19 Thread Gabriel Parrondo
El mié, 20-08-2008 a las 00:59 +0100, Sam Kuper escribió: > Dear list, > > I want my server to send me an email every time the su command is run. > Ideally, I would also like the email to tell me whether the command > was run successfully or not. I do not want to modify su itself, and it > is impo

Send email on calls to su

2008-08-19 Thread Sam Kuper
Dear list, I want my server to send me an email every time the su command is run. Ideally, I would also like the email to tell me whether the command was run successfully or not. I do not want to modify su itself, and it is important to me that whatever changes I make will survive apt-get upgrade