Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jul 2005 15:12:38 +0200
From:      =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= <gabor.kovesdan@t-hosting.hu>
To:        akhthar@carmatec.com
Cc:        FreeBSD - Questions <freebsd-questions@freebsd.org>
Subject:   Re: ps -awux
Message-ID:  <42DE4DC6.6090506@t-hosting.hu>
In-Reply-To: <200507201842.20904.akhthar@carmatec.com>
References:  <200507201842.20904.akhthar@carmatec.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Akhthar Parvez. K wrote:

>Hello,
>
>When I run the command ps -awux from a user's bash shell(not root), it's 
>listing the processes under the particular user only. Can anyone tell me why?
>
>  
>
You must have these two sysctls set to 0:

security.bsd.see_other_gids
security.bsd.see_other_uids

This prevents that users see processes running under another uid.

Or You  must have mac_seeotheruids MAC module enabled. This module is 
for hardening the previous two sysctls.

Cheers,

Gábor Kövesdán



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42DE4DC6.6090506>