anonymous mapping?

Discuss and suggest new grsecurity features

anonymous mapping?

Postby pahtiv » Tue Jan 06, 2004 2:39 am

i am reading paper about grsecurity and pax, but i dont understand what "anonymous mapping" is?

can anybody explain it to me?

thank you,
pah
pahtiv
 
Posts: 5
Joined: Mon Nov 10, 2003 2:28 am

Re: anonymous mapping?

Postby PaX Team » Tue Jan 06, 2004 5:54 am

pahtiv wrote:i am reading paper about grsecurity and pax, but i dont understand what "anonymous mapping" is?
take a look at /proc/self/maps and you will see that certain lines (mappings) do not have a file associated with them, they're the anonymous ones. they're used when there is no real file backing up that mapping (i.e., their initial content is implicitly initialized to 0), such as the stack or the heap.
PaX Team
 
Posts: 2310
Joined: Mon Mar 18, 2002 4:35 pm


Return to grsecurity development