[PATCH] SELinux: make mmap hint addresses greater than mmap_min_addr

2007-06-28 Thread Eric Paris
The new protection to keep users from writing to the first couple of pages of virtual memory also is stopping mmap operations which are only giving a hint address greater than 0 but less than mmap_min_addr. This patch should take the address given to mmap and move it up to mmap_min_addr thus

[PATCH] SELinux: make mmap hint addresses greater than mmap_min_addr

2007-06-28 Thread Eric Paris
The new protection to keep users from writing to the first couple of pages of virtual memory also is stopping mmap operations which are only giving a hint address greater than 0 but less than mmap_min_addr. This patch should take the address given to mmap and move it up to mmap_min_addr thus