On Wed, 20 Mar 2002, David Richards wrote:
> are there any program that will log/monitor who are using root
> privigies ?
sysklogd.
--
Baloo
> hi
>
> are there any program that will log/monitor who are using root
> privigies ?
>
I have a /var/log/sulog file that seems to be logging anyone that used
su. I do not recall I did any configurations to have it, looks like it
came out of the box.
As far as I know, w, who, last(?) will
David Richards <[EMAIL PROTECTED]> writes:
> are there any program that will log/monitor who are using root
> privigies ?
su and sudo already log people using them in the system log. On my
unstable machine, for example:
Mar 20 17:50:38 watertown su[21359]: + pts/1 dmaze-root
indicates that the
| hi
|
| are there any program that will log/monitor who are using root
| privigies ?
IIRC su usage get logged into the /var/log/auth.log. I think logcheck picks
up this, and will email it to whom you choose.
HTH,
Brooks
On Wed, Mar 20, 2002 at 06:27:46PM -, David Richards wrote:
> are there any program that will log/monitor who are using root
> privigies ?
grep " su\[" /var/log/auth.log
or, of you're just interested in people becoming root,
grep "su.*-root" /var/log/auth.log
--
When we reduce our own
On Wed, Mar 20, 2002 at 06:27:46PM -, David Richards wrote:
> hi
>
> are there any program that will log/monitor who are using root
> privigies ?
>
I don't know if it completely fits the bill but take a look at
/var/log/auth.log
hth,
kent
--
To know the truth is to distort the Univers
On Wed, Mar 20, 2002 at 06:27:46PM -, David Richards wrote:
> hi
>
> are there any program that will log/monitor who are using root
> privigies ?
You probably want to remove su and replace it with sudo. Finer-grained
access privs and better logging.
-dsr-
hi
are there any program that will log/monitor who are using root
privigies ?
8 matches
Mail list logo