Re: procfs + chmod = no go
From: Dag-Erling Smørgrav (des_at_des.no)
Date: 03/01/04
- Previous message: Sheldon Hearn: "Re: mbuf vulnerability"
- Next in thread: Andy Gilligan: "Re: procfs + chmod = no go"
- Reply: Andy Gilligan: "Re: procfs + chmod = no go"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: "Jimmy Scott" <admin@inet-solutions.be> Date: Mon, 01 Mar 2004 13:27:33 +0100
"Jimmy Scott" <admin@inet-solutions.be> writes:
> Is this possible on FreeBSD 4.9 ? Can't find anything about it in the
> manual pages. Just want to prevent lusers from running:
>
> for file in /proc/*/cmdline; do cat $file; echo; done
Why? They can get the same information from ps(1) or the kern.proc
sysctl tree.
(in 5.2, you can set security.bsd.see_other_uid to 0 to prevent users
from seeing other users' processes)
DES
-- Dag-Erling Smørgrav - des@des.no _______________________________________________ freebsd-security@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-security To unsubscribe, send any mail to "freebsd-security-unsubscribe@freebsd.org"
- Previous message: Sheldon Hearn: "Re: mbuf vulnerability"
- Next in thread: Andy Gilligan: "Re: procfs + chmod = no go"
- Reply: Andy Gilligan: "Re: procfs + chmod = no go"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|