public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Making procfs mount as nosuid,noexec by default
@ 2006-07-15 16:45 Daniel Drake
  2006-07-15 17:41 ` Ned Ludd
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Daniel Drake @ 2006-07-15 16:45 UTC (permalink / raw
  To: gentoo-dev

Hi,

The local root exploit-of-the-week would have been unable to run if our 
users systems had /proc mounted with nosuid and/or noexec

It would be worthwhile considering making this a default. What are 
people's thoughts?

Additional testing of this change would be appreciated (just ensure that 
nothing breaks). To do it as a one off:

# mount -o remount,nosuid,noexec /proc

To make it more permanent, /etc/fstab has:

	proc	/proc	proc		defaults		0 0

Change to:

	proc	/proc	proc		nosuid,noexec		0 0


Thanks,
Daniel
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2006-07-16 14:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-15 16:45 [gentoo-dev] Making procfs mount as nosuid,noexec by default Daniel Drake
2006-07-15 17:41 ` Ned Ludd
2006-07-15 18:53   ` Ned Ludd
2006-07-15 19:20   ` Mike Frysinger
2006-07-16 14:45     ` Chris Gianelloni
2006-07-16  1:39   ` Drake Wyrm
2006-07-15 23:17 ` Doug Goldstein
2006-07-16  8:07 ` Josh Saddler
2006-07-16  8:48   ` Christian Heim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox