Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • Do you know what, if any, performance cost exists for this? Commented Feb 26, 2013 at 18:01
  • @Bruce: the first proposed patch had the worst case performance of O(infty) due the naive randomize. But I think they got something safe and usable. I didn't find anything very current on the topic... not that used I believe. :) Commented Feb 26, 2013 at 18:22
  • 5
    Random PIDs sounds like security through obscurity to me. Commented Feb 27, 2013 at 7:43
  • That's what it is, mostly... Commented Feb 27, 2013 at 8:08
  • Appart from individual initiatives, Linux used to propose it only through grsecurity patch, the Linux kernel team always refused to implement it (example here) and even grsecurity team finally dropped it in the late 2006. Commented Jun 2, 2015 at 21:30