Date: Sat, 25 Aug 2001 12:12:39 -0400 From: Paul Chvostek <paul@it.ca> To: "Jatupon P." <badusenix@yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: Find SU program Message-ID: <20010825121239.D74195@gahch.it.ca> In-Reply-To: <001301c12ed3$346e3720$252aa8c0@myoffice.com>; from badusenix@yahoo.com on Mon, Aug 27, 2001 at 03:35:13PM %2B0700 References: <001301c12ed3$346e3720$252aa8c0@myoffice.com>
next in thread | previous in thread | raw e-mail | index | archive | help
The file /etc/security does this with:
find $mount -xdev -type f \
\( -perm -u+x -or -perm -g+x -or -perm -o+x \) \
\( -perm -u+s -or -perm -g+s \) -print0
Results are stored in /var/log/setuid.today, which can be diffed with
/var/log/setuid.yesterday for interesting information.
On Mon, Aug 27, 2001 at 03:35:13PM +0700, Jatupon P. wrote:
>
> Dear All,
>
> I want to check all possible SU program in my FreeBSD box what command
> should i use?
>
> Regards
> Jatupon P.
>
>
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
--
Paul Chvostek <paul@it.ca>
Operations / Development / Abuse / Whatever vox: +1 416 598-0000
IT Canada http://www.it.ca/
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010825121239.D74195>
