Re: memory pages nulling when releasing
- From: "R. B. Rid***" <arne_woerner@xxxxxxxxx>
- Date: Sun, 18 Jun 2006 13:39:03 -0700 (PDT)
--- Nick Borisov <neiro21@xxxxxxxxx> wrote:
Well, providing zeroed pages to processes is not quite similar toSince you would need
explicit cleaning of pages after use as some security standards
demand. That's why I'm asking. The "Z" malloc option seems to be
suitable but it's actually for debugging.
(aa) root access (for reading /dev/mem (or what would it be?))
and/or
(bb) physical access (for reading the content of powered off RAM)
to the system to read the content of used pages, it would not help, if those
pages are zero-ed after their use,
because:
(AA) User root has access to every or about every page in physical memory
(e. g. while the process uses it;
or after kernel-modification).
and
(BB) The one who has physical access has root access
(e.g. by altering the content of the harddisc).
Conclusion:
Instead of zero'ing pages immediately after the process does not need them
anymore, it would be much better, to keep the system safe (especially: security
relevant software patches; and (even more) physical safety)
Or maybe I missed something... :-)
-Arne
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
freebsd-security@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-security
To unsubscribe, send any mail to "freebsd-security-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: memory pages nulling when releasing
- From: Dan Lukes
- Re: memory pages nulling when releasing
- From: Dag-Erling Smørgrav
- Re: memory pages nulling when releasing
- From: Peter Jeremy
- Re: memory pages nulling when releasing
- References:
- Re: memory pages nulling when releasing
- From: Nick Borisov
- Re: memory pages nulling when releasing
- Prev by Date: Re: memory pages nulling when releasing
- Next by Date: Re: memory pages nulling when releasing
- Previous by thread: Re: memory pages nulling when releasing
- Next by thread: Re: memory pages nulling when releasing
- Index(es):