marylinh / seccompsandbox

Automatically exported from code.google.com/p/seccompsandbox
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Disable PaX mprotect #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
seccompsandbox fails in a kernel with PaX because it restricts mprotect() 
writing to executable sections. The executables need to be explicitely marked 
not to enforce secure memory protections.

Original issue reported on code.google.com by Keis...@gmail.com on 14 May 2012 at 6:10

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed in revision 183

Original comment by markus@chromium.org on 15 May 2012 at 1:10